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.

link|improve this question

76% accept rate
feedback

5 Answers

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.

link|improve this answer
it has a responsive option now, so no need to work with onDocumentResize – JCHASE11 May 19 at 15:46
feedback

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

link|improve this answer
feedback

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)

link|improve this answer
feedback
up vote -2 down vote accepted

I've modified the jCaroussel to be 100% width.

You can see it in action here: http://srosendal.dk/inspiration.html

link|improve this answer
3  
Your link appears broken. Please update your answer with the actual code used in your solution (or a permanent link to it). Thanks! – Jonathan Sampson Jan 30 at 22:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.