var img = new Image(); img.onload = function() { alert(img.width+', '+img.height); } img.src = 'logo.jpg';