I want to make an news cycle using the jQuery plugin cycle2 with its "carousel transition". It works already fine but there is one problem I need to fix. If the news items have not the same height, the container gets the height of the biggest child and the others were placed to the bottom of the container.
var cycleOpts = {
'fx' : 'carousel',
'slides' : '> li',
'carousel-visible' : 2,
'manual-trump' : false,
'manualTrump' : false,
'autoHeight' : 'calc' };
Thanks! Simon