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
I figure it out, the caroufredsel reponsive works fine you just need to make your css of the image to be like this.
.caroufredsel_wrapper ul li img{
height: auto;
max-width: 100%;
width: 100%;
}
The caroufredsel responsive functionality will just get you image height No need for jquery/javascript then thats it.