Closed (fixed)
Project:
Views Slideshow
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2010 at 15:19 UTC
Updated:
14 Dec 2010 at 18:50 UTC
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 :)