crop to the center for landscape images

remotes/origin/db-empty-migrate
Robin Appelman 2015-09-11 15:26:47 +07:00
parent a734606649
commit 98966329bf
1 changed files with 5 additions and 1 deletions

@ -34,12 +34,16 @@
display:block;
height: 250px;
background-repeat: no-repeat;
background-position: 50% top;
background-position: center;
background-size: 100%;
float: none;
margin: 0;
}
#app-sidebar .image.portrait .thumbnail {
background-position: 50% top;
}
#app-sidebar .image.portrait .thumbnail {
background-size: contain;
}