Answers for "img fill container of parent"

CSS
0

how to make img cover parent div

img {
	object-fit: cover;
}
Posted by: Guest on February-27-2021
0

fill image in div

img {
  width: 200px;
  height: 
  300px;
  object-fit: cover;
}
Posted by: Guest on August-23-2021

Code answers related to "img fill container of parent"

Browse Popular Code Answers by Language