Search code examples
jqueryslideshowgalleria

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


Solution

  • $('#galleria').galleria({
        extend: function() {
            this.play(4000); // will advance every 4th second
        }
    });
    

    No longer works with the latest version. See below.