I am trying to resize image using css only.
It is resizing but for some reason it is not stretching to 100% of the browser.What I want is it will resize the image with g
Try this:
img.resize{ width:540px; /* you can use % */ height: auto; }