Hi,
I have the following code to scroll images in vertical direction (uses jCarouselLite)
Code:
$('#image').jCarouselLite({
speed: 1000,
visible: 1,
circular: true,
auto: 5000,
scroll: 1,
vertical: true
});
Needs:
This code allows the image to scroll bottom to top direction. I want to scroll image in reverse direction.[Top to Bottom]
Geetha.