Answers for "css automatically fit the image inside the parent container"

CSS
1

how to make img cover parent div

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

Code answers related to "css automatically fit the image inside the parent container"

Browse Popular Code Answers by Language