From: Michael Peters Date: Wed, 26 Sep 2012 13:01:13 +0000 (-0400) Subject: Fix distorted aspect ratio on shelf browser jacket images X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fmrpeters-isl%2Fshelf_browser_image_aspect;p=working%2FEvergreen.git 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 --- 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 %]