Scrolling step by step (html / css / jquery)
I made a horizontal scrollbar with products inside. But if I scroll right and back, I can only see half of the product, is it possible with html / css / jquery to scroll in 200px increments? This is the width dimension of the product photo.
Thank you for needing help.
+3
Loed
source
to share
2 answers
You can use jQuery.ScrollTo Plugin
There are many ways to specify a target, including a pixel value.
+2
Neysor
source
to share
Why don't you use something like jCarousel to scroll your product horizontally.
This type of example might work well for you: http://sorgalla.com/projects/jcarousel/examples/static_simple.html
0
sbhomra
source
to share