Skip to content

Commit

Permalink
fix fullscreen on ios
Browse files Browse the repository at this point in the history
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
  • Loading branch information
hamza221 committed Jul 17, 2023
1 parent 1d6a883 commit 603af2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/viewer-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/Videos.vue
Expand Up @@ -182,7 +182,7 @@ video {
z-index: 20050;
align-self: center;
max-width: 100%;
max-height: calc(100% - 65px) !important;
max-height: 100% !important;
background-color: black;
justify-self: center;
Expand Down

0 comments on commit 603af2d

Please sign in to comment.