1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-10 23:30:03 +02:00

Changed fullscreen back to fixed positioning.

This commit is contained in:
Steve Heffernan 2010-05-27 15:25:10 -07:00
parent d548450e4e
commit a621aec774

View File

@ -1,7 +1,7 @@
.video-js-box { text-align: left; position: relative; z-index: 1000; }
video.video-js { background-color: #000; }
.video-js-box.vjs-fullscreen { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; }
.video-js-box.vjs-fullscreen { position: fixed; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; }
.video-js-box.vjs-fullscreen video.video-js { position: absolute; width: 100%; height: 100%; }
/* General controls styles */