img onload doesn’t work well in IE7

If you don’t have to support IE 6, you can just use this CSS.

yourImageSelector {
    max-width: 150px;
    max-height: 150px;
}

Leave a Comment