Hey Guys
I actually love this module! Thanks for developing :)
At the moment I am adding some custom jquery code for my needs. (in an external .js-File)
Therefore I would need to pause the Slideshow. I tried different things, but I am not able to do so.
Of course I can call "SlideshowSingleFramePause" but then I need the settings-Object of the current Slideshow.
So what's the best-practice to pause the Slideshow?
Thanks for any support
Roavei
Comments
Comment #1
redndahead commented$(#slideshow-id).cycle('pause');
It's usually the id right above the div's it rotates through.
Comment #2
Roavei commentedthank's for the fast response - that was all I needed :)