Forums Carousel

Making carousel Loop

Subscribe to Making carousel Loop 3 post(s), 3 voice(s)

 
Avatar sauronette 2 post(s)

Hello everyone,

Could anyone give me a hint on how to make carousel loop? That is after you reach the last
image in a strip to just make the next button show the first image… so if you have 10 images..
and a viewport like this [ ]

6, 7, [ 8, 9, 10, 1, 2, ] 3, 4, 5

Of course, this would mean that there would never be a disabling of previous and next buttons.

Thanks!!!

 
Avatar mikedigitalegg 1 post

Hi,

I could do with knowing this as well if anyone knows…

Cheers

 
Avatar Seb Administrator 133 post(s)

This is not a behavior that carousel handles.
You need to “move” html elements. I suggest you to create a subclass of Carousel to do this behavior

Forums Carousel