Skip to content

Commit cf83e45

Browse files
committed
fix: fullscreen for Firefox
Signed-off-by: Gary Kim <[email protected]>
1 parent 95e64f2 commit cf83e45

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

js/viewer-main.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/viewer-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Videos.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ video {
137137
}
138138
139139
::v-deep {
140-
.plyr:-webkit-full-screen video,
140+
.plyr:-webkit-full-screen video {
141+
height: 100% !important;
142+
width: 100% !important;
143+
}
141144
.plyr:fullscreen video {
142145
height: 100% !important;
143146
width: 100% !important;

0 commit comments

Comments
 (0)