https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33674
Esther Melander <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |esther.melander@bywatersolu | |tions.com --- Comment #1 from Esther Melander <[email protected]> --- Created attachment 190810 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190810&action=edit Cover image variations Looking at the code, it appears the images are processed so that the dimensions are adjusted by a percentage rather than forcing them into the dimensions of 140 X 200 or 600 x 800 as described in the Koha manual. The percentage adjustment seems correct so that the aspect ratio of the original image is not altered. However, this processing results in an inconsistent display in the OPAC if the original images are all different sizes. It seems like the images should be adjusted to fit within a container that maintains the same space in search result listings and the bibliographic detail view. See the attached image where different image sizes were uploaded resulting in a variation in the space used for the listing. The flexibility of the current code allows for the user to upload images with a variety of dimensions, but should there be consistency in the display regardless? Also, perhaps the Koha manual should be updated to indicate recommended image dimensions and/or clarify images are processed by percentage rather than fixed dimensions. While this is a bit of a side tangent from the original, the uploaded image example does seem to illustrate the problem of an image in landscape mode with the third listing as it does appear small in comparison to the other images in a portrait orientation. It's also not clear if this processing applies to individual image uploads or batch image uploads (at least from the manual). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
