M
M
MegaPuxapb2019-06-12 20:07:45
JavaScript
MegaPuxapb, 2019-06-12 20:07:45

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

1 answer(s)
A
Anton Usachov, 2019-06-13
@MegaPuxapb

$('.slick-slider').slick({	
  responsive: [
    {
      breakpoint: 992,
      settings: 'unslick'
    }
  ]
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question