Answers for "how to make an image height the size of its parent container css"

CSS
1

how to make img cover parent div

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

Code answers related to "how to make an image height the size of its parent container css"

Browse Popular Code Answers by Language