I am using jQuery.carouFredSel to show banners, so far it works fine except one issue i have banners of variable heights and banner in this slider always come at top if banner is smaller than other banner then i need to align it in middle middle. How can i do that
I have setup an example on fiddle http://jsfiddle.net/kzhfe/12/
carouFredSel link
I would appreciate help in this regarding. I tried several things but non of them worked
No need for JS here, just change
display: block; float: left;
todisplay: inline-block; vertical-align: middle
: http://jsfiddle.net/kzhfe/17/