From 967c40ac0ee0342d3170039d655f13ea5a0f6ff6 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 7 Nov 2013 10:57:12 -0500 Subject: [PATCH] optimize image processor when gdi can be skipped --- dashboard-ui/scripts/Itemdetailpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js index 219d6eba59..2fe9ae3dfd 100644 --- a/dashboard-ui/scripts/Itemdetailpage.js +++ b/dashboard-ui/scripts/Itemdetailpage.js @@ -749,7 +749,7 @@ if (chapter.ImageTag) { imgUrl = ApiClient.getImageUrl(item.Id, { - width: 400, + maxwidth: 400, tag: chapter.ImageTag, type: "Chapter", index: i