If I get the size of an image like so
the dimensions are the image's size as displayed in the browser, which might not be the image's original size. What's the best way to get the original size of the image?Code:var w = $("#myPicture").width; var h = $("#myPicture").height;


Reply With Quote
Bookmarks