var $img = $('img'); $img.load(function(){ var width = $(this).width(); var height = $(this).height(); $(this).attr("width", width); $(this).attr("height", height); });