Answers for "the "img" element should responsively resize, relative to the width of its parent element"

CSS
1

how to make img cover parent div

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

Code answers related to "the "img" element should responsively resize, relative to the width of its parent element"

Browse Popular Code Answers by Language