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

Options don't seem to work #42

Closed
tulsadome opened this issue Dec 6, 2015 · 2 comments
Closed

Options don't seem to work #42

tulsadome opened this issue Dec 6, 2015 · 2 comments

Comments

@tulsadome
Copy link

Hello,
Great plugin! thank you so much!

jQuery(document).ready(function($) {
            $('a[data-rel^=lightcase]').lightcase({preload: false, autoplay: false});
        });

This doesn't seem to work and as far as I can tell my code is correct. Is there something I'm missing or are those options not working right now?

@tulsadome
Copy link
Author

Embarassing!
I had another look and saw what I am doing wrong! I didn't add the video code.

@tulsadome
Copy link
Author

For anyone else that somehow misses this my code should've been

jQuery(document).ready(function($) {
            $('a[data-rel^=lightcase]').lightcase({ video: {preload: false, autoplay: false, height: '900px'}});
        });

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