prueba plugins

parent 0a9b7690
......@@ -9,6 +9,6 @@ and open the template in the editor.
*/
myOverlay {font-family: fantasy ;font-weight:400;font-style:normal};
myOverlay {font-family: fantasy ;font-weight:400;font-style:normal;font-size: medium};
......@@ -7,6 +7,7 @@
<link href="{{asset('videojs/video.min.css')}}" rel="stylesheet">
<link href="{{asset('videojs-plugins/thumbnails/videojs-thumbnails.min.css')}}" rel="stylesheet">
<link href="{{asset('videojs-plugins/overlay/videojs-overlay.css')}}">
<link href="{{asset('videojs-plugins/style-videojs.css')}}">
</head>
......@@ -62,7 +63,7 @@
debug: true,
overlays: [{
content: '<div class="myOverlay"><h2>DreamGirls - 01</h2></div>',
content: '<div class="myOverlay"><h1>DreamGirls - 01</h1></div>',
start: 'play',
end: 'pause'
}]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment