WAIT: Nested Slider: Last Slide bug

Bricks Version: 1.5
Browser: Chrome 104
OS: macOS 12.5
URL: https://bricks.tobiashaas.dev/

Hey everyone
I have a slider that works very well so far. However, when moving from the last to the first slider, the photo is not visible.

It’s best to look at the screen record.

The problem has already been explained here

1 Like

Hi Tobias,
Thanks so much for your report!

I’m afraid there’s nothing we can do about this and we’ll have to wait for the Splide.js developers to take care of it: Image disappears in the last slide (slide becomes blank) when it moves left · Issue #730 · Splidejs/splide · GitHub

Best regards,
timmse

1 Like

If you’re not using dynamic data for the slides, the solution is to use classes to add the background images instead of the IDs. (because SplideJS changes the IDs dynamically, but it won’t touch the classes)

1 Like