gs-shop / vue-slick-carousel

🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
https://gs-shop.github.io/vue-slick-carousel/
Other
801 stars 186 forks source link

Card in two line ? #265

Open hakimov-dev opened 1 year ago

hakimov-dev commented 1 year ago

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,
}
yiyasha15 commented 1 year ago

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

yiyasha15 commented 1 year ago

@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 commented 1 year ago

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