答案 0 :(得分:0)
那是因为它滚动了幻灯片。闪烁是动画
答案 1 :(得分:0)
您的灯箱处于幻灯片模式,自动启动为true,更改为false将解决问题。
$(".gallery:first a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'normal',theme:'light_square',slideshow:3000, autoplay_slideshow: false});
<强>更新强>
如果您不想使用幻灯片,只需将相关行更改为:
$(".gallery:first a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'normal',theme:'light_square'});