Are there any JavaScript or jQuery APIs or methods to get the dimensions of an image on the page?
Before acquire element's attributes,the document page should be onload:
window.onload=function(){ console.log(img.offsetWidth,img.offsetHeight); }