ymagine
ymagine

Reputation: 69

What is a simple to implement jQuery slider with multiple pictures?

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

Answers (2)

Dan Diplo
Dan Diplo

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

nonopolarity
nonopolarity

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

Related Questions