Are there any JavaScript or jQuery APIs or methods to get the dimensions of an image on the page?
JQuery Answer:
$height = $('#image_id').height(); $width = $('#image_id').width();