cbopp-art / lightcase

The smart and flexible Lightbox Plugin.

Home Page:https://cornel.bopp-art.com/lightcase/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autoplay not working

gavin310 opened this issue · comments

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 } );