Closed lorig closed 9 years ago
Hi @lorig!
Try something like this (demo):
var $slider = $('#slider'),
slides = $slider.children().length;
$('#slider').anythingSlider({
startPanel: Math.floor(Math.random() * slides) + 1
});
Fantastic! Thank you so much!
Think it would be possible to add an option for the slideshow begin at a random slide? For example, if my client has a slideshow of their sponsors, would it always have to start on the same one?