From ef7cc5df24ad0f2562b1fe3f1aa1a40af1e13301 Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 15 Feb 2013 08:19:24 -0800 Subject: [PATCH] Increase pholio thumb size Summary: Fixes T2548. Test Plan: {F32894} Reviewers: chad Reviewed By: chad CC: aran Maniphest Tasks: T2548 Differential Revision: https://secure.phabricator.com/D4972 --- .../pholio/controller/PholioMockListController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/applications/pholio/controller/PholioMockListController.php b/src/applications/pholio/controller/PholioMockListController.php index 5c456ec53d..2e5a4351d5 100644 --- a/src/applications/pholio/controller/PholioMockListController.php +++ b/src/applications/pholio/controller/PholioMockListController.php @@ -40,7 +40,8 @@ final class PholioMockListController extends PholioController { id(new PhabricatorPinboardItemView()) ->setHeader($mock->getName()) ->setURI('/M'.$mock->getID()) - ->setImageURI($mock->getCoverFile()->getThumb160x120URI())); + ->setImageURI($mock->getCoverFile()->getThumb220x165URI()) + ->setImageSize(220, 165)); } $header = id(new PhabricatorHeaderView())