Added subtitles to the stream test

This commit is contained in:
2018-12-09 13:36:01 +09:00
parent 4077e25e3c
commit 0f7772b3dd
5 changed files with 677 additions and 2 deletions

View File

@ -84,5 +84,13 @@ const video-progress-clickable-height-buffer = 0.4rem
.video-control-pause
display none
::cue
background transparent
font-family "Ubuntu", "Trebuchet MS", sans-serif
line-height 1.5em
// Use a blurry shadow and a solid outline on each side
text-shadow 0 0 1em black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black
::-webkit-media-controls
display none !important