I have a php
page that has a lot of images. And depending on the client window size the image size changes. For my specific scenario, I need the image width to be exactly the size of the div
it's in (like pixel-to-pixel).
So basically, how do I load the different sizes of the image? I cant create all the possible width's of the image beforehand.
Is there a way to do this resizing dynamically?