Zsolt Benes
Results
2
comments of
Zsolt Benes
I know it's not a recent question, but since I'm still using the Slick slider to this day and I have a solution for it, I'll answer the question in...
Hello, u can use .on('afterChange', ... example code: ``` const slickSliderExample = jQuery('#slickSliderExample').slick({ autoplay: true, autoplaySpeed: 3000, //First slide 3000 slidesToShow: 5, slidesToScroll: 1, dots: false, centerMode: true, focusOnSelect: true,...