Skip to content

Instantly share code, notes, and snippets.

@binnng
Created June 3, 2013 07:02
Show Gist options
  • Select an option

  • Save binnng/5696509 to your computer and use it in GitHub Desktop.

Select an option

Save binnng/5696509 to your computer and use it in GitHub Desktop.
图片居中显示
<ul class='thumbnails'>
<li>
<a class='thumbnail'>
<img src='http://ww1.sinaimg.cn/mw690/a1d3feabjw1e57a6ito1gj205a02sq37.jpg' />
</a>
</li>
</ul>
.thumbnail {
display:block;
padding:4px;
overflow:hidden;
}
.thumbnail{
width:100px;
height:100px;
overflow:hidden;
padding:4px;
display:table-cell;
vertical-align:middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment