Questions tagged [vue-slick-carousel]

4 questions
1
vote
1 answer

Slick Carousel: is it possible to scroll the carousel item into the center without centerMode: true?

With Slick Carousel - is it possible to scroll the carousel item into the center (e.g. with option focusOnSelect) without using centerMode: true? The reason I ask is that with the following configuration: { focusOnSelect: true, centerMode:…
Jonathan
  • 10,936
  • 8
  • 64
  • 79
0
votes
0 answers

Vue Slick Carousel

I have slider with VueSlickCarousel. I want to be able to manually change the pagination during the scrolling, not after it. data() { return { sliderConfig: { arrows: false, dots: true, infinite: true, …
0
votes
0 answers

Slick carousal not working with Vue JS and Laravel 9

I am trying to implement a slick carousel using vuejs-3 in laravel-9. I can see the elements one below the other but no carousal. Below is my code: project_folder\resources\js\components\partials\Contact\client.vue import Slick from…
0
votes
1 answer

vue-slick-carousel - how to disable click of prev/next arrow button

I am following this library for making slick. This is my current layout I want to disable the click methods for arrow-left and arrow-right button, while keeping the arrow here, so that it will not change slide or anything. How to do…
CCCC
  • 5,665
  • 4
  • 41
  • 88