
Self-hosted player with thumbnails
Hello,
I am trying to set up JW player 6 with thumbnail preview. Like this:
jwplayer('player').setup({
playlist: [{
file: "1.mp4",
autostart: true,
width: 960,
height: 720,
tracks: [{
file: "1.mp4.vtt",
kind: "thumbnails"
}]
}]
});
the thumbnails work but the size and autostart parameter don't. It's just a very small player window. I couldn't wind any better instruction how to do this. Can you help?
Thanks & best regards!