Answer the question
In order to leave comments, you need to log in
How to set slick slider to scroll back and forth?
The site has 2 sliders
# настройки первого
$('.viewed_sidebar').slick({
slidesToShow: 1,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 2000,
arrows: false,
infinite: false,
});
# Настройки второго
$('.new_items').slick({
slidesToShow: 4,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 2000,
dots: true,
arrows: false,
infinite: false,
});
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