From 16ec2612e2acc43965ce59f441dbe468f513b104 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 26 Apr 2013 08:44:50 -0400 Subject: [PATCH] fixes #199 - Folder Pictures not resizing properly in this build --- dashboard-ui/css/posteritem.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index ac6191c795..997dc192d5 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -18,9 +18,9 @@ } .posterItemImage { - background-size: 100% auto; + background-size: contain; background-repeat: no-repeat; - background-position: center bottom; + background-position: left bottom; } .defaultPosterItemImage {