diff options
Diffstat (limited to 'src/sass/plyr.scss')
-rw-r--r-- | src/sass/plyr.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sass/plyr.scss b/src/sass/plyr.scss index d1402706..748ab2a8 100644 --- a/src/sass/plyr.scss +++ b/src/sass/plyr.scss @@ -532,13 +532,13 @@ $bp-captions-large: 768px; // When captions jump to the larger font size z-index: 10000000; background: #000; + video { + height: 100%; + } .player-video-wrapper { height: 100%; width: 100%; - video { - height: 100%; - } .player-captions { top: auto; bottom: 90px; |