Skip to content

Commit

Permalink
Merge pull request #928 from nextcloud/backport/927/stable21
Browse files Browse the repository at this point in the history
[stable21] fix: fullscreen for Firefox
  • Loading branch information
gary-kim authored Jun 3, 2021
2 parents 95e64f2 + cf83e45 commit 0ea0add
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 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.

5 changes: 4 additions & 1 deletion src/components/Videos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@ video {
}

::v-deep {
.plyr:-webkit-full-screen video,
.plyr:-webkit-full-screen video {
height: 100% !important;
width: 100% !important;
}
.plyr:fullscreen video {
height: 100% !important;
width: 100% !important;
Expand Down

0 comments on commit 0ea0add

Please sign in to comment.