R
R
RomaHass2020-08-12 18:16:11
Slick
RomaHass, 2020-08-12 18:16:11

I use Slick Slider, How to implement this slider?

Can you please tell me how best to implement this slider exactly as on the layout? I'm using Slick Slider
but can't figure out how to implement it...
5f3406c268145451885523.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2020-08-12
@Alexandre888

$('.center').slick({
  centerMode: true,
  centerPadding: '60px',
  slidesToShow: 3,
  responsive: [
    {
      breakpoint: 768,
      settings: {
        arrows: false,
        centerMode: true,
        centerPadding: '40px',
        slidesToShow: 3
      }
    },
    {
      breakpoint: 480,
      settings: {
        arrows: false,
        centerMode: true,
        centerPadding: '40px',
        slidesToShow: 1
      }
    }
  ]
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question