Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jquery and Fancybox repeat Gallery

HI everyone

I hope you can help me, I have a problem with a requirement, I need to make a list of images that go to cycle.

I have this website, here I have some business cards and I need the images to be repeated after the end of the first cycle and continue like a loop.

here I leave the website, look that the list has a final.

http://tradelinks.com.au/index.php?service=painters

Thanks in Advance

like image 327
ron Avatar asked Feb 18 '26 23:02

ron


2 Answers

there is a cyclic parameter you can pass when initiating the fancybox which should allow this. By default it is set to false so you will need to set it to true.

Example:

$("a#inline").fancybox({
        'cyclic': true
    });
like image 179
derek Avatar answered Feb 21 '26 12:02

derek


New facybox Version 2 there is a loop parameter you can pass when initiating the fancybox which should allow this. By default it is set to true so you will need not to set it to true. $("a#inline").fancybox();

like image 20
Arnab Avatar answered Feb 21 '26 12:02

Arnab



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!