jQuery Variable width slider -
i hate asking these kind of questions, running out of time.
i prefer write sliders , carrousels etc own time limited.
having tried numerous different carrousels, none seem want.
what need carousel full-width , has fixed height. items shown should variable , widths of items, width of slider should filled slider items, if shown partially , should circular.
i created jsfiddle: http://jsfiddle.net/bfs3q/ mighy explain question better, used caroufredsel plugin need not show items partially.
perhaps if knows how caroufredsel, here used:
$("#slider").caroufredsel({ width: "100%", align:"left", height: 150, direction :"left", items: { minimum: 1, start: 8, width: "variable", height: 150, visible: "variable" }, scroll: { items: 1, easing: "linear" }, auto: true, next: "#next", prev: "#prev" });