문제

something is going on. everytime I click on it and view it to full screen it flashes 5 seconds later then starts flashing every 2 seconds? http://icpy.webs.com/prettyPhoto/index.html#prettyPhoto

도움이 되었습니까?

해결책

Your lightbox is in slideshow mode with autostart true, change to false will solve the problem.

$(".gallery:first a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'normal',theme:'light_square',slideshow:3000, autoplay_slideshow: false});

UPDATE

If you do not want to use slideshow can simply change the line in question to:

$(".gallery:first a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'normal',theme:'light_square'});

다른 팁

That's because it is scrolling though the slides. the flashing is the animation

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top