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
What worked for me (even as far back as version 6.0.3 from my template):
Was setting height: 'variable' in both items AND main options like:
$('#foo').carouFredSel({
responsive: true,
width: '100%',
height: 'variable',
items: {
height: 'variable'
}
});
I can resize at any point and no it longer crops the text in the DIVs etc...