Swiper.js - CMS Slider Headache!

Hello all,

I need some help with this one. Trying to create a horizontal scroll image carousel like Apple Music uses on the Browse page, and like Netflix uses for displaying movies and shows.

Currently using Swiper.js to achieve this. I’m following all of the instructions correctly (that I know of), but it seems Webflow won’t listen to certain parameters.

On my Resources page:

  • The .swiper-slide shows huge spacing when spaceBetween = 10. There should only be 10px between each slide.
  • The slidesPerView=5 is also being ignored.

Thanks

1 Like

I got it working, it was related to breakpoints. Here are some great resources for Swiper js.

Follow @Siton_Systems in-depth guide for getting started, and help with technical issues.

Or clone Flow Ninja Doo’s project and copy one of 8 slider options.

Looking forward to it! I’ve been looking to do use swiper with CMS on a project I’m working on

1 Like

Hey, any chance you have posted that “how-to” yet? Trying to implement Swiper on my site. Thanks!

yes, Ive been busy with a large project. What are you having issues with?

I ended up getting Swiper implemented. If you are pretty familiar with it I could probably still use help, but if not no worries. I have a free form slider that I have set to shrink a little on mousedown via css. My problem is it scales the swiper wrapper and container I think because of how the slider is programmed to be dynamically sized. Do you know if there is any way to shrink just the wrapper that holds the items? I would like for the container (the mask) to stay 100% wide but just the contents to shrink.

Here is an example, down the page a bit in the “fid your fit” section
Example

Here is my clonable project
Link

Thanks!

Would love to see that how-to or a few quick tips on breakpoints if you have them!