Skip to content

Commit d56ca85

Browse files
authored
Merge pull request nextcloud#843 from nextcloud/backport/841/stable20
2 parents 26a89e4 + efa185b commit d56ca85

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

js/viewer-main.js

Lines changed: 4 additions & 4 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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ video {
131131
}
132132
133133
::v-deep {
134+
.plyr:-webkit-full-screen video,
135+
.plyr:fullscreen video {
136+
height: 100% !important;
137+
width: 100% !important;
138+
}
134139
.plyr__progress__container {
135140
flex: 1 1;
136141
}

0 commit comments

Comments
 (0)