> and I don't know how to start my slideshow after it stops (due to > options: autostop and autostopCount). I know there are two opposite > arguments - 'pause' and 'resume' that allow us to control our > slideshow (for example: $('#s4').cycle('pause');). I've seen in > documentation that there is also 'stop' argument - which holds the > slideshow, but I can't find the opposite one, which starts the > slideshow. Does anyone know how to turn it back on? > > Best regards. >
Just call cycle again like you did the first time, passing in the desired args.