Answer the question
In order to leave comments, you need to log in
Slick Slider disable slide at > 992?
How to enable the slider at resolution < 992. and disable it at > 992?
Answer the question
In order to leave comments, you need to log in
$('.slick-slider').slick({
responsive: [
{
breakpoint: 992,
settings: 'unslick'
}
]
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question