Answers for "put the css on the parent to fit image child"

CSS
0

how to make img cover parent div

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

Code answers related to "put the css on the parent to fit image child"

Browse Popular Code Answers by Language