Answer the question
In order to leave comments, you need to log in
Adapt slick slide?
Hello, how can I make the slider change when the screen size is reduced from such
To such
Tobish so that two sliders become one.
I apologize if the question was crookedly formulated, I'm just learning in this direction.
Answer the question
In order to leave comments, you need to log in
I think something like this:
$('.gallery').slick({
slidesToShow: 2,
slidesToScroll: 2,
responsive: [
{
breakpoint: 768,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
]
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question