mirror of
https://github.com/videojs/video.js.git
synced 2025-02-04 11:43:27 +02:00
Made cues display block so they'd be on their own line.
This commit is contained in:
parent
d0b9903395
commit
10c4ef87a3
@ -62,6 +62,7 @@ body.vjs-full-window {
|
||||
}
|
||||
.video-js .vjs-subtitles { color: #fff; }
|
||||
.video-js .vjs-captions { color: #fc6; }
|
||||
.vjs-tt-cue { display: block; }
|
||||
|
||||
/* Fading sytles, used to fade control bar. */
|
||||
.vjs-fade-in {
|
||||
|
@ -20,4 +20,9 @@ Text Tracks are a function of HTML5 video for providing time triggered text to t
|
||||
Creating the Text File
|
||||
----------------------
|
||||
To provide
|
||||
Tracks require the WebVTT timed text format.
|
||||
Tracks require the WebVTT timed text format.
|
||||
|
||||
|
||||
Captions
|
||||
--------
|
||||
http://www.theneitherworld.com/mcpoodle/SCC_TOOLS/DOCS/SCC_FORMAT.HTML#style
|
Loading…
x
Reference in New Issue
Block a user