jsor / jcarousel

Riding carousels with jQuery.
https://sorgalla.com/jcarousel/
MIT License
2k stars 737 forks source link

Loop / reload #812

Closed gustavohellwig closed 7 years ago

gustavohellwig commented 7 years ago

How to make it reload/loop in the end of the show? check this in the end: www.itaivan.com. It loads all what I have, but in the end it shops and do not loop.

thank you.

jsor commented 7 years ago

I can't see any usage of jCarousel. Can give me a hint where exactly you use jCarousel?

gustavohellwig commented 7 years ago

Hi. Tks for your return. You can see in the end of the webpage, in Parceiros (Partners). Now I decrease the speed to allow you to see. I think that it should be something simple to, when it reach the end, it start again the carousel.

jsor commented 7 years ago

You can use the wrapoption set to circular.

$('.jcarousel').jcarousel({
    wrap: 'circular'
});
gustavohellwig commented 7 years ago

u d man !!!! tks a lot !!!