E
E
Egor2020-12-23 18:41:28
JavaScript
Egor, 2020-12-23 18:41:28

How to make white stripes on the sides of slides in Slick Slider?

Hello, I have a Slick slider with images of different sizes. How can I make the slide stay the same height, just white stripes appear on the sides. Here is the slide code:

$('.popup__slider').slick({ // Подключение Slick Slider
      adaptiveHeight: true,
      slidesToShow: 1,
      slidesToScroll: 1,
      arrows: false,
      fade: true,
      asNavFor: '.popup__slider_nav',
      responsive: [{
      breakpoint: 560,
      settings: {
         arrows: true
      }
 }]


Now the slider looks like this:

5fe365d3b8be8041656683.jpeg

Thank you.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question