Open akshatapawar129 opened 5 years ago
Increase the speed
or autoplaySpeed
values (in milliseconds):
$(".slider").slick({
autoplay: true,
autoplaySpeed: 2000,
dots: true,
speed: 500,
responsive: [{
breakpoint: 500,
settings: {
dots: false,
arrows: false,
infinite: false,
slidesToShow: 2,
slidesToScroll: 2
}
}]
});
====================================================================
[ paste your jsfiddle link here ]
use this jsfiddle to reproduce your bug: http://jsfiddle.net/simeydotme/fmo50w7n/ we will likely close your issue without it.
====================================================================
Steps to reproduce the problem
====================================================================
What is the expected behaviour?
...
====================================================================
What is observed behaviour?
...
====================================================================
More Details