fix: fullscreen issues with Vimeo (fixes #2175)

This commit is contained in:
Sam Potts
2021-05-12 23:31:01 +10:00
parent b050fde276
commit 5fd4391cd9
4 changed files with 67 additions and 72 deletions

View File

@ -59,17 +59,6 @@
height: 100%;
}
.plyr__video-wrapper {
height: 100%;
position: static;
}
// Vimeo requires some different styling
&.plyr--vimeo .plyr__video-wrapper {
height: 0;
position: relative;
}
// Display correct icon
.plyr__control .icon--exit-fullscreen {
display: block;