Skip to content

Instantly share code, notes, and snippets.

@xieranmaya
Created May 27, 2014 09:42
Show Gist options
  • Save xieranmaya/49f1998d53b99af8e26b to your computer and use it in GitHub Desktop.
Save xieranmaya/49f1998d53b99af8e26b to your computer and use it in GitHub Desktop.
div{
display: table-cell;
vertical-align: middle;
text-align: center;
width: 323px;
height: 295px;
background-color: lightgreen;
}
img{
max-width: 100%;
max-height: 100%;
vertical-align: bottom;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div><img src="http://img0.bdstatic.com/img/image/shouye/dengni31.jpg" alt=""></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment