carouFredSel responsive height

前端 未结 14 815
一整个雨季
一整个雨季 2021-01-30 11:46

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

14条回答
  •  情深已故
    2021-01-30 12:23

    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.

提交回复
热议问题