jQuery slide vertical images
- by Mike
Hello,
I hope someone can help me with the following problem.
I have a vertical scrollbar on my website which shows 5 images and will scroll 5 images further or back, depeding on where you clicked.
The jQuery code looks like this.
$(".productSlide .scrollable").scrollable();
$(".productSlide .scrollable").scrollable({ vertical: true,…