Skip to content

Commit aa24112

Browse files
committed
Fix fullscreen
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent 2f8b9aa commit aa24112

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/Videos.vue

+5
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ video {
137137
}
138138

139139
::v-deep {
140+
.plyr:-webkit-full-screen video,
141+
.plyr:fullscreen video {
142+
height: 100% !important;
143+
width: 100% !important;
144+
}
140145
.plyr__progress__container {
141146
flex: 1 1;
142147
}

0 commit comments

Comments
 (0)