
Small Width Videos Won't Autostart on Page Load
Hi there,
I'm using a pretty straight forward approach to create this small video spot on my page.
The issue is: if I add the video and use it's default size ( > 550px width ) the autostart: true works just fine.
BUT, if I try to resize it - either on the JS setup or in the HTML - to something around 320px width, it just won't start. It get's stuck with this circular flash play button and I have to hit the button for the video to start. Currently testing on Chrome and Firefox.
The .js code setup:
jwplayer('innerclass-video-preview').setup({
file: videoPath,
autostart: true,
mute: true,
repeat : true,
controls : false,
primary: ‘flash’
});
Script version is: 6.8.4616
Any help will be much, much, much appreciated!
Thanks in advance