M
M
Maxim2018-10-22 13:34:54
css
Maxim, 2018-10-22 13:34:54

How to make any images in the slider bootstrap 4 to the height of the monitor?

Hello. How to make the slider with pictures fit in height to any monitor, i.e. so that the height of the image is the full height of the monitor?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Timofeev, 2018-10-22
@a1max

height: 100vh

P
profesor08, 2018-10-22
@profesor08

.carousel-item {
  width: 100vh;
  height: 100vh;
}

.carousel-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question