Skip to content

Instantly share code, notes, and snippets.

@jklm313
Created December 15, 2013 09:48
Show Gist options
  • Save jklm313/7970914 to your computer and use it in GitHub Desktop.
Save jklm313/7970914 to your computer and use it in GitHub Desktop.
Untitled
.container {
float: left;
width: 180px;
height: 210px;
text-align: center;
border: 1px solid red;
line-height: 210px;
}
.container > img {
width: auto;
max-width: 100%;
max-height: 100%;
vertical-align: middle;
}
<div class='container'>
<image src='http://www.lorempixel.com/100/200' />
</div>
<div class='container'>
<image src='http://www.lorempixel.com/200/200' />
</div>
<div class='container'>
<image src='http://www.lorempixel.com/300/400' />
</div>
<div class='container'>
<image src='http://www.lorempixel.com/100/100' />
</div>
<div class='container'>
<image src='http://www.lorempixel.com/400/200' />
</div>
<div class='container'>
<image src='http://www.lorempixel.com/300/100' />
</div>
{"view":"separate","fontsize":"100","seethrough":"1","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment