WB8 Nivo Slider => Stop the Slider after one loop
Posted: Mon Mar 12, 2012 2:39 pm
Hello,
Nivo Slider is displaying each slide once and goes back to the first one, and so on... It is however possible to modify this behaviour (and very easily):
Use the following options in the parameter settings*
To play each slide once:
To show every slide, go back to the first one, then stop:
Of course: replace NivoSliderID with the real ID of the Nivo Slider in the Object Manager.
If you want to know more tips about Nivo Slider:
viewtopic.php?f=26&t=46210
(*) REMINDER: here's how to use these options (don't forget to put a "," between each option):
Hope this helps!
Nivo Slider is displaying each slide once and goes back to the first one, and so on... It is however possible to modify this behaviour (and very easily):
Use the following options in the parameter settings*
To play each slide once:
Code: Select all
lastSlide: function(){$('#NivoSliderID').data('nivoslider').stop();}
Code: Select all
slideshowEnd: function(){$('#NivoSliderID').data('nivo:vars').stop = true;}
If you want to know more tips about Nivo Slider:
viewtopic.php?f=26&t=46210
(*) REMINDER: here's how to use these options (don't forget to put a "," between each option):
Hope this helps!
