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" });