prueba plugins

parent fd388fcc
......@@ -78,13 +78,15 @@
});
player.overlay({
content: 'Default overlay content',
content: '<div class="myOverlay"><h2>DreamGirls - 01</h2></div>',
debug: true,
overlays: [{
content: 'The video is playing!',
content: '<div class="myOverlay"><h2>DreamGirls - 01</h2></div>',
class: '',
start: 'play',
end: 'pause'
}, {
content: '<div class="myOverlay"><h2>DreamGirls - 01</h2></div>',
start: 0,
end: 15,
align: 'bottom-left'
......@@ -97,6 +99,7 @@
end: 45,
align: 'bottom-right'
}, {
content : '<div class="myOverlay"><h2>DreamGirls - 01</h2></div>',
start: 20,
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