fixes #199 - Folder Pictures not resizing properly in this build

This commit is contained in:
Luke Pulverenti 2013-04-26 08:44:50 -04:00
parent c715a56cdf
commit 16ec2612e2

View File

@ -18,9 +18,9 @@
} }
.posterItemImage { .posterItemImage {
background-size: 100% auto; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center bottom; background-position: left bottom;
} }
.defaultPosterItemImage { .defaultPosterItemImage {