Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoplay not working #150

Open
gavin310 opened this issue May 16, 2018 · 0 comments
Open

Autoplay not working #150

gavin310 opened this issue May 16, 2018 · 0 comments

Comments

@gavin310
Copy link

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 } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant