I want to make a box's(div) width and height as a image same size(DOM)
<div class="box">box</div>
<img src="aa.gif" style="width:50%; height:auto">
This is mobile responsive web. So the image is flexible pixel size.
I am newbie with jquery, so please help