Has anyone found an easy way to get the awesome galleria gallery to auto play?
I'm really stuck on this one.
Any help would be great!
Thx Paul
Has anyone found an easy way to get the awesome galleria gallery to auto play?
I'm really stuck on this one.
Any help would be great!
Thx Paul
You can choose from: http://blueprintds.com/2009/01/20/top-14-jquery-photo-slideshow-gallery-plugins/
$('#galleria').galleria({
extend: function() {
this.play(4000); // will advance every 4th second
}
});
autoplay: true in the options should do the trick.
autoplay
type: Boolean or Number default: false
If true, this will start playing the slideshow with 3 seconds interval (default). If you set this to any number, f.ex 4000, it will start playing with that interval (in milliseconds)
My problem is that once it's started, it does not stop when a photo or thumb is clicked.