1
0
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:
Heff 2012-01-30 12:54:24 -08:00
commit 2ecee69838

View File

@ -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;