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 whenspaceBetween = 10
. There should only be 10px between each slide. - The
slidesPerView=5
is also being ignored.
Thanks