I need some help with Swiper. I have set up a CMS dynamic slider and would like it to loop continuously. Right now, the looping works on tablet and mobile breakpoints. But on desktop it plays to the last slide (6 total) and stops. Here is a read-only link to the site. The Swiper sliders is on the home page in section_slider-swiper
To see the Swiper working we need a published link. I don't use swiper, so i don't really know how it works, but on the "settings" pannel in Webflow there's an option fo the swiper to loop (at least on the native swipers)
The published link is here: https://pearce-lewis-dev.webflow.io/
I’m using Swiper, so I can use CMS to create the slides dynamically. Webflow native slides can’t be generated with CMS unless there is an update I’m not aware of.
Try enabling this "Infinite repeat slides" on the "settings" panel.
It does show up on the read-only link. You need to have the slider component selected. Also, the other one that is working has this option selected. I just can't check if it works indeed because it needs to be published. Check the screenshots.
maybe something to do with that custom code embed for equal heights? I would try removing that just to troubleshoot if its causing a conflict
no worries Lucca - appreciate your help - if you have any other ideas please post them!
Same here Lucca
yeah, I agree. Its really hard to test these things being that like Lucca mentioned, the changes have to be published.
the published site is here: https://pearce-lewis-dev.webflow.io/ I just removed the embedded code
yeah, sad
shouldn't this say swiper or?
I was following a tutorial that said to change it to a unique name in case you have more than one slider on your account: https://youtu.be/f1l25JX1vhI?si=Q-UJNKWxd2Yr8WgX approx 9:21
I just read through the Swiper documentation. Apparently, whe you loop it, you need to have 2x the slidesPerView amount. In your case, you only have 6. This could be the issue. Try adding 2 more slides or changing the slidesPerView to 4. Here is the documentation link: https://swiperjs.com/migration-guide-v9#loop-mode
changing the slidesPerView to 3*** Sorry.
I tried 3 before and it didn’t work. I’ll test a few options.