Lightbox V4 - make cyclic

Adds a Lightbox slideshow to your products.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Lightbox V4 - make cyclic

Post by norman »

To make the images continually cycle as you click left / right:-
Go to Design / Library / Layouts / Lightbox Images / Lightbox Support.
Look for the line:

Code: Select all

		$('a[rel^="lightbox"]').fancybox();	// activate Fancybox
Change it to:

Code: Select all

		$('a[rel^="lightbox"]').fancybox({cyclic:true});	// activate Fancybox
Norman
Post Reply