carouFredSel responsive height

前端 未结 14 719
一整个雨季
一整个雨季 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条回答
  •  猫巷女王i
    2021-01-30 12:18

    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%'
        }
    });
    

提交回复
热议问题