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!
