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