Skip to content

Instantly share code, notes, and snippets.

@robin
Created August 2, 2010 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robin/504268 to your computer and use it in GitHub Desktop.
Save robin/504268 to your computer and use it in GitHub Desktop.
<style type="text/css">
.thumbImage
{
max-width:150px;
max-height:150px;
}
*html.thumbImage
{
width:expression(this.width>150&&this.width>this.height?150:auto);
height:expresion(this.height>150?150:auto);
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment