carouFredSel responsive height

前端 未结 14 833
一整个雨季
一整个雨季 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条回答
  •  Happy的楠姐
    2021-01-30 12:39

    $('#foo2').carouFredSel({
          responsive: true,
          auto: true,
          width: "100%",
          height: "100%",
          scroll: 3,
          prev: '#prev4',
          next: '#next4',
          items: {
            width: '100%',
            height: '100%'
          }
        }).trigger('resize');
    

提交回复
热议问题