Domanda

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

È stato utile?

Soluzione

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'});

Altri suggerimenti

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top