mirror of
https://github.com/videojs/video.js.git
synced 2025-01-17 10:46:00 +02:00
Merge pull request #139 from GianlucaGuarini/patch-1
fix for firefox9 fullscreen (only if it is enabled)
This commit is contained in:
commit
2ecee69838
@ -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…
Reference in New Issue
Block a user