I\'ve read about various kinds of ways getting image dimensions once an image has fully loaded, but would it be possible to get the dimensions of any image once it just star
The following code returns width/height as soon as it's available. For testing change abc123 in image source to any random string to prevent caching.
abc123
There is a JSFiddle Demo as well.