Nivo Slider for jQuery:
I’m sure I’m missing something, but is there a way to have the slider start and loop by clicking on the first image?
I have a series of 8 images that I’m replacing an SWF with, but the first slide says “Click to start”. I know I can turn on the manual option, but that’s not what I need. I just need the slider to start it’s loop when the first image is clicked.
Nivo Slider for jQuery: I’m sure I’m missing something, but is there a way
Share
Probably you have to set the
manualAdvance: true– look at the complete list of options here.And then just attach a
clickevent listener to the slideshow/first slide and set themanualAdvanceback tofalse, so it can continue to play