carouFredSel responsive height

前端 未结 14 974
一整个雨季
一整个雨季 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:19

    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...

提交回复
热议问题