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

How does supersized find which dom elements to apply a slider to? #194

Open
slifin opened this issue Jan 20, 2015 · 1 comment
Open

How does supersized find which dom elements to apply a slider to? #194

slifin opened this issue Jan 20, 2015 · 1 comment

Comments

@slifin
Copy link

slifin commented Jan 20, 2015

Hello
I'm trying to debug a wordpress theme that is using this library and I don't think supersize is working in my context, the call I see looks like this:

$.supersized({
    autoplay: false,
    transition: 1,
    transition_speed: 400,
    slide_links: 'blank',
    slides: bgArray
});

bgArray looks to be populated correctly, but I'm not seeing those images in the page, there are no console errors being reported, in an effort to debug my situation I would like to know how the plugin knows where in the dom the slider is

@slifin
Copy link
Author

slifin commented Jan 20, 2015

Looking in the getting started documentation I can't see anything related to the dom
am I missing something here?

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