我尝试让photoswipe Image Gallery以幻灯片的形式运行,使用以下函数:
function gallery_autoplay() {
gallery.next();
setTimeout(gallery_autoplay(),3000);
}
setTimeout(gallery_autoplay(),3000);但是ei在photoswipe.js的1088行得到一个错误
https://stackoverflow.com/questions/41398304
复制相似问题