How to make the product image slider so it's one swipe at a time

I’d like to make the product image slider so that with each swipe on mobile view, it shows the next consecutive image in the photo series (from image 1 to 2, then 2 to 3.. after each swipe), rather than being able to make just one big swipe and go straight from image 1 to image 4.

Any advice is really appreciated.

URL: https://www.brain-boost.co.uk/products/chocolate-powder

Theme: Dawn

1 Like

same question! any updates to this?

Actually I found this code on another post it solved my issue. Add it at the end of the custom CSS file:

Show More

.slider__slide { scroll-snap-stop: always; }

1 Like

You are my king