Answer the question
In order to leave comments, you need to log in
Why doesn't swipeToSlide work when rtl: true in slick slider?
There is the following code:
<div class="slider" dir="rtl">
<div class="images"></div>
<div class="images"></div>
<div class="images"></div>
...
</div>
$('.slider').slick({
dots: false,
arrows: false,
infinite: true,
speed: 1000,
rtl: true,
swipeToSlide: true,
variableWidth: true
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question