UNPKG
videojs-ass
Version:
0.5.1 (0.5.1)
latest (0.8.0)
0.8.0
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.6
0.5.5
0.5.1
0.5.0
0.3.3
0.2.5
0.2.4
0.2.2
ASS/SSA subtitle overlay for videojs
github.com/SunnyLi/videojs-ass
SunnyLi/videojs-ass
videojs-ass
/
src
/
videojs.ass.css
15 lines
(11 loc)
•
207 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.vjs-ass
{
position
: absolute;
top
:
0
;
width
:
100%
;
height
:
100%
;
pointer-events
: none; }
@font-face
{
font-family
:
"hooteroll"
;
src
:
url
(
"../fonts/hooteroll/hootrg__.ttf"
); }