Hello,
is there a way to play the images (main-image) automaticly like a slideshow.
If not implemented, i would be more than thankful for a hint where to look for in the javascript to change the code to do so.
Thank you

Comments

strr’s picture

no one ?

StephenFresh’s picture

I was looking and still testing but maybe this code on the galleria js file - seems to work at this stage. I'm looking to implement a play pause button with it. But I'm no coder.
Note I am using galleria with jcarousel though.

$(function(){
var slideshow,
    slideshowPause =  5 //seconds 
        $('#slideshow').fadeIn()
        slideshow = window.setInterval(function(){
            $.galleria.next()
    }, slideshowPause * 1000)
});
hexblot’s picture

Status: Active » Closed (duplicate)

There is a patch available for that on #632650: Auto Change Images in Galleria, please continue discussion there