mirror of
https://github.com/videojs/video.js.git
synced 2025-02-04 11:43:27 +02:00
fix for firefox9 fullscreen (only if it is enabled)
This commit is contained in:
parent
b994a177f9
commit
a0f06a5908
@ -26,7 +26,8 @@ REQUIRED STYLES (be careful overriding)
|
||||
|
||||
/* Playback technology elements expand to the width/height of the containing div. <video> or <object> */
|
||||
.video-js .vjs-tech { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
|
||||
/*fix for firefox9 fullscreen (only if it is enabled)*/
|
||||
.video-js:-moz-full-screen { position: absolute; }
|
||||
/* Fullscreen Styles */
|
||||
body.vjs-full-window {
|
||||
padding: 0; margin: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user