Reputation: 69
I'm searching for a slider that has multiple images. Like 3 images on a row, and when it slides it shows another 3 images.
Anyone know one that is easy to implement and styleable?
Thanks!
Upvotes: 3
Views: 6162
Reputation: 25339
jCarousel, as mentioned, is excellent. But if you want a light-weight implementation then I prefer jCarousel Lite as it is only 2KB and yet is still fully-featured.
Upvotes: 3
Reputation: 151036
one of them is jCarousel: http://sorgalla.com/jcarousel/
this is a demo of your situation: http://sorgalla.com/projects/jcarousel/examples/static_simple.html
and one with AJAX image fetching: http://sorgalla.com/projects/jcarousel/examples/dynamic_ajax_php.html
Upvotes: 4