Page 1 of 1

Lightbox V4 - make cyclic

Posted: Sat Jun 23, 2018 3:51 pm
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