Please how do i make an image to fit inside a div container | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please how do i make an image to fit inside a div container

help

4th Sep 2017, 11:37 PM
Williams
Williams - avatar
2 Answers
+ 1
if you have the img tags inside the div you can set width/height to 100% or just set one of them and i think it keeps its aspect ratio. you can also use background-image property of the div element if you wanted.
4th Sep 2017, 11:43 PM
Enzo
Enzo - avatar
0
thanks for the answer
5th Sep 2017, 7:30 AM
Williams
Williams - avatar