I try to make the photoswipe JS Image Gallery run as a slideshow, with this function:
function gallery_autoplay() {
gallery.next();
setTimeout(gallery_autoplay(),3000);
}
setTimeout(gallery_autoplay(),3000);
but ei get an error at line 1088 of photoswipe.js
You need
setInterval
notsetTimeout