jQuery image carrousel with fluid/liquid width

13k views Asked by At

Does any of you know a jQuery image carrousel with fluid width?

I found this: http://www.nikolakis.net/liquidcarousel/ ...but it look horrible when you set down the speed.

Further more, I would like it to be activated when the mouse moves in a direction, the slider should go the other way. What is that called, by the way?

Thank you in advance.

4

There are 4 answers

0
albertopriore On
0
Chumtarou On

I believe the new link for Kenneth B's answer is this: http://srosendal.dk/da/inspiration/ (sorry couldn't find the reply button to Jonathan Sampson)

0
richardpixel On

I've personally been looking for the same thing. I was passed a link only yesterday to the following example by Ethan Marcotte (Responsive Web Design author/father), which is currently limited but it does handle fluid widths: Example / Code download

2
Matt On

Try carouFredSel: http://caroufredsel.frebsite.nl/examples/intermediate-carousels.php If you re-create the carousel onDocumentResize, it'll shrink to fit the available width, calculate the new number of visible items and center the items. It'll handle items with variable sizes too.