Questions tagged [flickity]

JS/CSS library to create touch, responsive, flickable galleries.

JS/CSS library to create touch, responsive, flickable galleries.

Written by Metafizzy.
Official website.
On Github.

226 questions
-4
votes
1 answer

Carousel to be autoplayed and looped when final slide reached

I would like to play my Flickity carousel automatically, with 5 seconds of delay for each slide. Then, once it is reached its limit (final slide) it should loop to the first. How can I achieve that? * { box-sizing: border-box; } body { …
1 2 3
15
16