Hi Sabanna!
So there is another issue with the slider, every next slide has the image disappearing more to the left, on the 2nd slide the image is only 10% visible and on the 3rd it’s completely gone
Is this a bug?
When you set background image position to fixed it will be adjusting/aligning itself to the body “coordinates”
The Slider functionality build the way that all slides stays sort of in one line and only only slide is visible at the moment by moving/shifting that “line” left and right".
So, when you apply bg-images with settings “fixed” it ignores all slide positions and stick to the body edge. Then when line of slides shifts left all images shifts too and you can’t see them anymore.
You can try to adjust width of every next image, but I think it will be much easier to achieve the effect you want by using interactions
I have no idea how I would apply that parallax effect with interactions. This seems too advanced, but if you help me figure it out then I will be happy to create a post in tips and tricks for anyone else that would like to use it.