prueba thumbnail

parent 816b6aae
......@@ -57,8 +57,10 @@
this.on('ended', function () {
videojs.log('Video terminado...');
});
this.overlay({
});
(function (window, videojs) {
window.player = player.overlay({
content: 'Default overlay content',
debug: true,
overlays: [{
......@@ -82,19 +84,7 @@
end: 'pause'
}]
});
this.thumbnails(
{
width: 50,
spriteUrl: 'http://placehold.it/350x150',
stepTime: 2,
}
);
});
}(window, window.videojs));
</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