Skip to content

Commit ce7b869

Browse files
authored
Merge pull request nextcloud#842 from nextcloud/backport/841/stable21
2 parents d113c24 + 25f9631 commit ce7b869

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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: 5 additions & 0 deletions
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)