我在以下网站上使用 adGallery:
http://adgallery.codeplex.com/documentation
但是当您单击图像时幻灯片停止移动,我似乎无法弄清楚如何在该幻灯片上暂停然后继续?
$(function () {
var galleries = $('.ad-gallery').adGallery(
{ slideshow: {
enable: true,
autostart: true,
speed: 300,
stop_on_scroll: false,
}
}
);
galleries[0].settings.effect = 'fade';
});