Hello, i'm using "Slick Carousel" in my site and he is
wonderfull, BUT the autoplay have a little stop between the slides, and
i need to make he run fluid, with no stop.
Here the config i'm using:
- $(document).ready(function(){
- $('#seguradoras').slick({
-
slidesToShow: 8,
-
slidesToScroll: 1,
-
autoplay: true,
-
autoplaySpeed: 0,
-
speed: 500,
-
lazyLoad: 'ondemand',
- });
- });
And here is a link for the site <Link>
Anyone can help me?