From 8fdb36b51982b4f34586cc8690539e628c75b260 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Wed, 26 Sep 2012 09:01:13 -0400 Subject: [PATCH] Fix distorted aspect ratio on shelf browser jacket images We were hard coding a height, width which would squish non-book images out of aspect. This hard codes only the height of the image to make jacket images display in their natural aspect. Signed-off-by: Michael Peters --- Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2 b/Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2 index 661c1320f7..6c583e0845 100644 --- a/Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2 @@ -34,7 +34,7 @@ PROCESS get_marc_attrs args=rec_attrs; ident = rec_attrs.isbn_clean || rec_attrs.upc; IF ident %] - [% END %] -- 2.11.0