jQuery image carrousel with fluid/liquid width

curly_brackets picture curly_brackets · Feb 23, 2011 · Viewed 13k times · Source

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.

Answer

Matt picture Matt · Jun 13, 2011

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.