8
8
8realdima82018-03-02 00:10:49
css
8realdima8, 2018-03-02 00:10:49

How to make slides the same height?

https://jsfiddle.net/Lq1szua4/
How to make all slides have the same height? is it possible to do this without js?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
8
8realdima8, 2018-03-02
@8realdima8

https://jsfiddle.net/Lq1szua4/54/
.slick-track {
display: flex;
}

K
K. A., 2018-03-02
@f_u_s_s

As an option
https://jsfiddle.net/Lq1szua4/34/
Well, if necessary, you can vertically center

K
Kooper_pro, 2018-03-02
@Kooper_pro

.slider div{
  max-height:100px;
  min-height:100px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question