is there an img cover
body {
margin: 0;
}
img {
display: block;
width: 100vw;
height: 100vh;
object-fit: cover;
}
is there an img cover
body {
margin: 0;
}
img {
display: block;
width: 100vw;
height: 100vh;
object-fit: cover;
}
object-fit
/* Valeurs avec un mot-clé */
object-fit: fill;
object-fit: contain;
object-fit: cover;
object-fit: none;
object-fit: scale-down;
/* Valeurs globales */
object-fit: inherit;
object-fit: initial;
object-fit: unset;
how to contain image size
overflow: 'hidden',
backgroundSize : 'contain',
make image stretch to fit div
Just apply without any changing any code
img {
width: 100%;
}
object-fit values in css
img{
object-fit: cover|contain|fill|none|scale-down;
}
object fit cover
img {
width: 200px;
height:
400px;
object-fit: cover;
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us