fix: video height issue

This commit is contained in:
Sam Potts 2021-09-29 20:59:56 +10:00
parent fc85a63af4
commit 14e276a11d

View File

@ -16,6 +16,7 @@
.plyr__video-wrapper { .plyr__video-wrapper {
background: var(--plyr-video-background, $plyr-video-background); background: var(--plyr-video-background, $plyr-video-background);
height: 100%;
margin: auto; margin: auto;
overflow: hidden; overflow: hidden;
position: relative; position: relative;