jsor / jcarousel

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

Slider infinite #785

Closed zabuza225 closed 8 years ago

zabuza225 commented 8 years ago

Hello, how silder infinite with Jcarousel-connected

snake-345 commented 8 years ago

You need set wrap: 'circular' Example: Conected carousels

// Setup the carousels. Adjust the options for both carousels here.
var carouselStage      = $('.carousel-stage').jcarousel({wrap: 'circular'}).jcarouselSwipe();
var carouselNavigation = $('.carousel-navigation').jcarousel().jcarouselSwipe();
zabuza225 commented 8 years ago

thank you so much

the very works well but without the .jcarouselSwipe (); var carouselStage = $('.carousel-stage').jcarousel({wrap: 'circular'}); var carouselNavigation = $('.carousel-navigation').jcarousel();

snake-345 commented 8 years ago

Oh sorry. I'm copy it code from my reppsitory)

zabuza225 commented 8 years ago

ok +1