Page 1 of 1

SlideShow

Posted: Thu Feb 17, 2022 8:15 am
by zinc
Pablo;

Silly question. Is there any way to add a slideshow but disable the auto start?

Z

Re: SlideShow

Posted: Thu Feb 17, 2022 9:48 am
by Pablo
You can set the pause time to zero.

Re: SlideShow

Posted: Sat Feb 19, 2022 9:55 pm
by rogerl
You could use this if slideshow is using fancybox option;

Code: Select all

$(".fancybox").fancybox({
  autoPlay: false,
});

Re: SlideShow

Posted: Sat Feb 19, 2022 11:35 pm
by zinc
Cheers rogerl !