prueba thumbnail

parent cca8d665
......@@ -47,15 +47,6 @@
src: atob(dmUri)
});
this.thumbnails(
{
width: 100,
spriteUrl: 'http://placehold.it/350x150',
stepTime: 2,
}
);
///reproduccion de video
this.play();
......@@ -64,6 +55,13 @@
videojs.log('Video terminado...');
});
});
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