Tested on all user-agents available on Chrome 26 dev tools:
-
IE 7+
-
FF 4+
-
iOS 3+ (iPad and iPhone)
-
Android
-
BlackBerry
-
MeeGo
-
Screenshots of tests done on browsershots.org:
$('#parent > img').load(function(){
// maxWidth, maxHeight, maintain aspect ratio
$(this).tailorfit({
maxWidth : this.width,
maxHeight : this.height,
ratio : this.width / this.height
});
});