1
0
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:
Gianluca Guarini 2012-01-30 12:08:58 +01:00
parent b994a177f9
commit a0f06a5908

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;