From e02ebdbb51db6194146db8431d49bc0e3f82877f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Miguel=20Alm=C3=A1nzar?= Date: Sun, 9 Jun 2013 03:55:13 -0400 Subject: [PATCH] changing image size --- dashboard-ui/scripts/edititempeople.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/edititempeople.js b/dashboard-ui/scripts/edititempeople.js index ad12879400..6751707b09 100644 --- a/dashboard-ui/scripts/edititempeople.js +++ b/dashboard-ui/scripts/edititempeople.js @@ -48,7 +48,7 @@ if (person.PrimaryImageTag) { imgUrl = ApiClient.getPersonImageUrl(person.Name, { - width: 130, + height: 280, tag: person.PrimaryImageTag, type: "primary" });