vanoha,
чтоб можно было проверить а не гадать ... вот макет
<!DOCTYPE HTML>
<html>
<head>
<title>Untitled</title>
<meta charset="utf-8">
<style type="text/css">
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>
$(window).load(function(){
alert(jQuery('#img0').width())
});
</script>
</head>
<body>
<img id="img0" src="http://tn.new.fishki.net/26/upload/post/201412/16/1353332/5_001.jpg" style="height:120; display: none">
<script type="text/javascript">alert(jQuery('#img0').width());</script>
</body>
</html>