I'm using jquery jcarouselLite and after been baffled at the install, I'm now trying to make the carousel auto-scroll and support 5+ images to be view able at once.
I've tried adding the new code from the documentation but this doesn't seem to change anything
$(".auto .jCarouselLite").jCarouselLite({ auto: 800, speed: 1000 });
The div that is supposed to be a slider has a "anyClass" class.
Do the following :
$('.anyClass').jCarouselLite({ auto: 800, speed: 1000 });