I have a <div>
with a background Image.
The <div>
size may change over the time.
Is it possible setting the Divs Background image to fit the <div>
size?
Lets say I have a div which is 400x400
and an Image which is 1000x1000
, is it possible to shrink the image to 400x400
and therefore fit the <div>
size?