What is the best possible way using jQuery to give height and width to parent div of an Image.
<div><img src="source.jpg" width="%width" height="%height" /></div>
Please note that , there are more than one tags like this. 3-4 images and DIVS.
thanks in advances.
jQuery solution will be preferred.