-
Clicking the dots to change slides submits the form:
```vue
{{ param }}
import VueSlickCarousel from "vue-sli…
-
> short description of the bug / issue, provide more detail below.
I've got a section where there two Slick sliders, one on top of the other, going in different directions. They're both on autoplay…
-
Touchpad swipe is not working in mac and windows both I have already given in config code please check this...
`slideConfig = {
slidesToShow: 6,
slidesToScroll: 1,
dots: false,
…
-
I am using the following settings in order to achieve continuous scrolling:
` dots: false,
arrows: false,
slidesToShow: 1,
slidesToScroll: 1,
centerMode: false…
-
- [x] Add gesture
- [x] Prefetch next page (https://github.com/worona/saturn-app-theme-worona/issues/36)
- [x] Scrolling inside a post should hide and show header and sharebar.
- [ ] Scrolling shou…
-
my setting is like this
```
let settings = {
dots: true,
infinite: true,
speed: 500,
slidesToShow: 1,
slidesToScroll: 1,
fade: true,
autoplay: true,
autoplaySpeed: …
-
I am trying to display some content on mobile but it shows nothing, not even dots.
Working for desktop!
Here is my code,
`
// Content here
`
-
[](https://issuehunt.io/r/brainhubeu/react-carousel/issues/172)
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. …
-
The docs on `responsive` and `mobileFirst` options are not 100% clearly phrased. It is important to understand, that breakpoints are applied in order **from largest to smallest**, which can be counter…
-
Is it posible to set up breakpoints? like:
`responsive: [
{
breakpoint: 1024,
settings: {
slidesToShow: 3,
slidesToScroll: 3,
infinite: true,
do…