D
D
Dmitry2015-07-23 14:56:49
css
Dmitry, 2015-07-23 14:56:49

How to crop image in Bootstrap3 slider?

Tell me please.
How to make the image in the Bootstrap3 slider display full screen height and 100% width. But the proportions must be preserved (that is, the image should not stretch, but should be cropped if there is too much).
Here I am asking:

img {
  height: 100vh;
  width: 100%;
}

and the picture naturally "floats", but it is necessary that it be the entire width of the slider, and what does not fit is cut off (like the background-size: cover property)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Vasiliev, 2015-07-23
@Odinokun

object-fit: cover

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question