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
$('#galleria').galleria({
extend: function() {
this.play(4000); // will advance every 4th second
}
});
No longer works with the latest version. See below.