Hello,
For several days I have been struggling with a slider in which the images overlap after the first slide. I have 2 sticky sliders on the site, one is moving okay, the other is causing problems. If you look at the site, check out the slider in the Giulia house section.
Hi @Ozonify I’m experiencing problems in all browsers on macOS. There is a problem with your inline styling where you explicitly defining width of image that is contained in your slides. This problem may be not noticeable on small screens but your image should be always 100% of your slide.
I had now look on your read only on iPad and you have on your image in slide set only max-width this mean that image can’t be bigger than it’s original size. Instead set width to 100%. This will set image to take full width of its container. Hope this is a good start to solve it.
hi @Ozonify for now each image is named like image-59, image-61 as these are generated names. The first thing you should do is to give you slider image class let say silder-img and set width: 100%. Once class is created apply this class on all images in this slider to have unified behaviour.