SOLVED IN 1.4: Slide to scroll is not responsive

Bricks Version: 1.1.3
Browser: Chrome 90
OS: macOS / Windows / Linux / etc.
URL: (a link to a page that illustrates the issue would be really helpful)

[Please describe in as much detail as possible how we can replicate this bug]

Hey Guys,

I noticed that the Slide to Scroll control in the Slider Element isn’t responsive. If I set it to 4 on desktop, and then change it to 2 on mobile, it will keep it at 4 no matter what.

2 Likes

Hi Maxime,
Thanks so much for your report!

I was able to reproduce the issue, found a similar issue with the carousel element, and added it to our bug tracker.

Best regards,
timmse

1 Like

Have this been solved?

Hey Omega,
nope, it’s still on the list and not fixed in RC2.

Best regards,
timmse

Hi Maxime,
The issue has been fixed with Bricks 1.4, but you have to consider the following:

“Slides to View/Scroll” set for a non-base breakpoint must be set for every breakpoint as the swiperJS breakpoints work with >= comparisons (Swiper API).

Meaning “Slides per View” set to “2” on “Mobile Landscape” is applied to all devices with a width of 768 and larger.

Best regards,
timmse

1 Like