There is a simple slider:
$('.slider-wrap-mobile').slick({ slidesToShow: 1, slidesToScroll: 1, arrows: false, autoplay: true, autoplaySpeed: 4000, infinite: false }); number of slides 4. How can I change the order of slides, namely: 1st> 3rd> 2nd> 4th, considering autoplay.
$.slick()- teran