M
M
Mors Clamor2021-04-10 14:56:18
Slick
Mors Clamor, 2021-04-10 14:56:18

How to change the number of displayed slides depending on the screen size?

Hello! The question is in the title, is it possible?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
mootz, 2021-04-10
@66demon666

responsive: [
    {
      breakpoint: 1024,
      settings: {
        slidesToShow: 3,
        slidesToScroll: 3,
        infinite: true,
        dots: true
      }
    },
    {
      breakpoint: 600,
      settings: {
        slidesToShow: 2,
        slidesToScroll: 2
      }
    },
    {
      breakpoint: 480,
      settings: {
        slidesToShow: 1,
        slidesToScroll: 1
      }
    }
  ]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question