A
A
Andrey Samodurov2020-09-15 03:48:01
css
Andrey Samodurov, 2020-09-15 03:48:01

How to add a slider to the mobile version?

Hello!

How to make the blocks become a slider when the screen resolution decreases (for example> 1200)? I want to use Slick.

Help me please.

Here are the blocks.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Danny Arty, 2020-09-15
@DanArst

Try like this:

if (window.matchMedia("(max-width: 1200px)").matches) {
  $('.happy__row').slick();
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question