Best way to add an infinite scrolling carousel in Impulse?

Hello,

This is my website : www.lothaire.fr

What would be the best way to add an infinite carousel like the “LOOKBOOK” one here : https://graduatestore.fr/fr/

?

I’m using the Impulse theme

Hi @LothaireBordeau , I hope you’re doing well.

This type of carousel would have to be coded as a custom section in your theme, I’m afraid that working alongside a dev would be necessary, especially to ensure the website’s performance is not being affected. The carousel you have linked to uses a popular library called “Swiper”, although it’s effective, I’m personally more fond of Flickity.

Luckily Impulse already ships with Flickity, so sticking with it would achieve an even better performance while also avoiding bloating your website with unnecessary additional code.

I hope it helps.

Kind regards,
Diego

Hello. Thank you for your anwser. That’s quite helpful !

Flickity is already in Impulse, you say ? Do you know where I can find it ?

Hi @LothaireBordeau

No problems. I’m not sure of its exact location but you wouldn’t need it either way, the developer would be accessing Flickity via its window’s object (window.Flickity). Once the code is injected into the website (which is the case of the Impulse theme), you can access it from any file.

1 Like

That’s helpful ! Although that’s way beyond my expertise !