Open Legacy-TacticalGamingInteractive opened 7 years ago
How can I enable autoplay?
Where do I put this? I tried putting it into the sc.player js but no luck.
$('div.post').scPlayer({ autoPlay : true });
I also tried changing all of the didAutoPlay = false to true
I am using Chrome.
change sc-player.js file Line 608 to autoPlay: true,
autoPlay: true,
How can I enable autoplay?
Where do I put this? I tried putting it into the sc.player js but no luck.
$('div.post').scPlayer({ autoPlay : true });
I also tried changing all of the didAutoPlay = false to true
I am using Chrome.