Skip to content

Instantly share code, notes, and snippets.

@kolber
Created February 14, 2011 05:10
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 kolber/825514 to your computer and use it in GitHub Desktop.
Save kolber/825514 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>expanding image</title>
<style>
.wrapper { margin: 0px auto; padding: 0px 320px; *width: 920px; max-width: 920px; border: 3px solid red; }
.wrapper img { width: 100%; -ms-interpolation-mode: bicubic; }
</style>
</head>
<body>
<div class="wrapper">
<img src="image.jpg" alt="">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment