mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
Added some CSS updated from Jim Puls
This commit is contained in:
parent
c5c645ef6f
commit
3e8f2db575
@ -14,9 +14,9 @@ video.video-js { background-color: #000; position: relative; }
|
||||
.video-js-box.vjs-fullscreen .vjs-controls { z-index: 1002; }
|
||||
|
||||
/* Poster Style */
|
||||
.vjs-poster { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
|
||||
.video-js-box .vjs-poster { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
|
||||
/* Subtiles Style */
|
||||
.vjs-subtitles { color:#fff; font-size: 20px; text-align: center; bottom: 20px; left: 0; right: 0; position: absolute; z-index: 1002; }
|
||||
.video-js-box .vjs-subtitles { color:#fff; font-size: 20px; text-align: center; bottom: 20px; left: 0; right: 0; position: absolute; z-index: 1002; }
|
||||
|
||||
|
||||
/* DEFAULT SKIN (override in another file)
|
||||
|
Loading…
Reference in New Issue
Block a user