i am having height problems of my responsive carousel using carouFredSel.
since the images are responsive and the carousel is also set to responsive.
It still ad
Specifying a 100% height for both the plugin AND the items worked for me:
$('#carousel').carouFredSel({ responsive: true, width: '100%', height: '100%', items: { height: '100%' } });