CMS powered slider for Webflow #5764
-
Hey, I used swiper for a carousel style navigation, and I was able to create a great experience but... Webflow offer what they call a CMS collection, that allows to populate collections lists within the page. There are some solutions out there to generate carousels creating individual slides for each collection item, but it is the one thing I have not been able to create with swiper js. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @jmoweb, This is actually pretty easy to achieve, all you need to do is add the correct classes to your element. So if you're using a CMS collection, you'll natively have:
What you want is for these elements to have the markup needed for the Swiper library to work. The wrapper -> swiper Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @jmoweb,
This is actually pretty easy to achieve, all you need to do is add the correct classes to your element.
So if you're using a CMS collection, you'll natively have:
What you want is for these elements to have the markup needed for the Swiper library to work.
The wrapper -> swiper
The list -> swiper-wrapper
the item -> swiper-slide
Hope this helps