Response title
This is preview!
I use the following code to load image
$(img).load(function () {
$(img).addClass("itmImgClass");
}).attr("src", itemData.begedurl);
How can I remove the width and height attributes from the resulting image markup ?
It's always good to state what your goal is!Trying to set width to a certain value and have the Height set proportionally accordingly.
© 2013 jQuery Foundation
Sponsored by and others.