lightcase
lightcase copied to clipboard
Autoplay not working
I'm initializing my Lightcase with the autoplay property set to true, but none of my videos are autoplaying. Am I doing something wrong? I checked the embed URL that Lightcase generates and it isn't including any autoplay query parameters.
This is my code:
$( 'a[data-rel="lightcase"]' ).lightcase( {
video: {
autoplay: true
}
} );
I've also tried like this:
$( 'a[data-rel="lightcase"]' ).lightcase( { autoplay: true } );