jquery.imageSize
This is a library of utilities for loading images and adding them to the DOM.
jQuery.naturalSize()
$.naturalSize() loads an image asynchronously and calls back when the image has been loaded, passing the size of the image to the callback.
jQuery.rectWithAspectRatio()
$.rectWithAspectRatio() finds the maximum rectangle size of the specified aspect ratio that can fit in the specified container rectangle.