carouFredSel responsive height

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

    http://caroufredsel.dev7studios.com/examples/responsive-carousels.php the trick is to make the width and height inside items.

    $("#foo2").carouFredSel({
        responsive  : true,
        scroll      : {
            fx          : "crossfade"
        },
        items       : {
            visible     : 1,
            width       : 870,
            height      : "46%"
        }
    });
    

    Greetings Lars

提交回复
热议问题