vue-slick-carousel icon indicating copy to clipboard operation
vue-slick-carousel copied to clipboard

Card in two line ?

Open hakimov-dev opened this issue 2 years ago • 3 comments

image

I have 6 card and I have some bug use this package.

Settings:

settings: {
      autoplay: true,
      slidesToShow: 3,
      arrows: false,
      rows: 1,
      speed: 200,
      pauseOnHover: true,
}

hakimov-dev avatar Dec 24 '22 06:12 hakimov-dev

@hakimov-dev found any solution? I see that if I have [if condition] in my vue-slick-carousel component this occurs.

yiyasha15 avatar Apr 10 '23 07:04 yiyasha15

@hakimov-dev found any solution? I see that if I have [if condition] in my vue-slick-carousel component this occurs.

or 'if condition in the following div's.

yiyasha15 avatar Apr 10 '23 07:04 yiyasha15

Hey fixed it. Added this one :centerMode="true" and worked.

yiyasha15 avatar Apr 10 '23 08:04 yiyasha15