-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hi Alex,
I can't tell if I'm being thick and missing something obvious, or if this is a bug. As soon as I introduce the 'parentEl' parameter to try to display the slideshow images inside a target box rather than as the entire page background, the image don't show at all.
HTML
`
` ## JS
$("#hero .slides img").slideshowify({ parentEl : "#hero .slides", randomize : false, aniSpeedMin : 8000, aniSpeedMax : 10000, });
It works just fine if I pull out the parentEl param but then the images fill the entire page background rather than the #hero box.
Is there any other way to specify a target?
Here's the generated HTML I get using this code:
`
`
Metadata
Metadata
Assignees
Labels
No labels

