views:

672

answers:

3

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

A: 

You can choose from: http://blueprintds.com/2009/01/20/top-14-jquery-photo-slideshow-gallery-plugins/

Anton
Some good ones there but I need the fullscreen feature found in galleria or superslider 2.0
pdonnelly
I found this earlier but I'm not sure what else I need to change to make it work:http://stackoverflow.com/questions/2777007/i-need-to-rotate-scroll-images-using-the-galleria-moduleSorry for being a n00b
pdonnelly
A: 
$('#galleria').galleria({
    extend: function() {
        this.play(4000); // will advance every 4th second
    }
});
David
A: 

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.

Sam
yeah this would be good to figure out.
pdonnelly