prueba thumbnail

parent b0085036
......@@ -57,41 +57,45 @@
this.on('ended', function () {
videojs.log('Video terminado...');
});
});
player.overlay({
content: 'Default overlay content',
debug: true,
overlays: [{
content: 'The video is playing!',
start: 'play',
end: 'pause'
}, {
start: 0,
end: 15,
align: 'bottom-left'
}, {
start: 15,
end: 30,
align: 'bottom'
}, {
start: 30,
end: 45,
align: 'bottom-right'
}, {
start: 20,
end: 'pause'
}]
this.overlay({
content: 'Default overlay content',
debug: true,
overlays: [{
content: 'The video is playing!',
start: 'play',
end: 'pause'
}, {
start: 0,
end: 15,
align: 'bottom-left'
}, {
start: 15,
end: 30,
align: 'bottom'
}, {
start: 30,
end: 45,
align: 'bottom-right'
}, {
start: 20,
end: 'pause'
}]
});
this.thumbnails(
{
width: 50,
spriteUrl: 'http://placehold.it/350x150',
stepTime: 2,
}
);
});
player.thumbnails(
{
width: 50,
spriteUrl: 'http://placehold.it/350x150',
stepTime: 2,
}
);
</script>
</body>
......
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