Answers for "css make image sclae with parent size"

CSS
1

how to make img cover parent div

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

Browse Popular Code Answers by Language