0
Please how do i make an image to fit inside a div container
help
2 ответов
+ 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.
0
thanks for the answer