Jacob Francke
Jacob Francke

Reputation: 465

Caroussel / Slider jQuery plugin

Currently I'm creating a new website for a customer. The designer thought about some sort of slider / caroussel which I need to create using JavaScript. A similar slider / carousel which looks like the slider allmost exactly can be found here. See: http://www.akker.biz/public/aanbod.aspx (click on a car and see the slider)

My question is, is there a jQuery plugin which I can use and is easy to install.

Thanks all for your help!

Greetings;

Upvotes: 1

Views: 820

Answers (4)

umbriel
umbriel

Reputation: 751

http://addyosmani.com/resources/coverflow/demo/demo.html

The demo looks alot like the one you provided. Coverflow-ish

Upvotes: 1

hav
hav

Reputation: 77

Have a look here:

http://www.hongkiat.com/blog/jquery-image-galleries-sliders-best-of/

That's a nice collection of 3d image galleries which you can download and use yourself quite easily

Upvotes: 0

J.T.
J.T.

Reputation: 2616

http://sorgalla.com/jcarousel/ has a ton of options. It's heavy though. jCarouselLite is an alternative if you only need a few options. The one you presented is very simple.

Upvotes: 0

Headshota
Headshota

Reputation: 21449

Nivo Slider is pretty cool, and easy to use.

Or you can use JCarousel is closer to what you need

Upvotes: 1

Related Questions