Bug 23472 - Amazon image size should be configurable in OPAC results/details
Summary: Amazon image size should be configurable in OPAC results/details
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-19 15:28 UTC by Lucas Gass (lukeg)
Modified: 2019-08-19 22:20 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass (lukeg) 2019-08-19 15:28:36 UTC
Amazon offers several different cover image sizes:

Examples:
https://images-na.ssl-images-amazon.com/images/P/0765322730.01.TZZZZZZZ.jpg
https://images-na.ssl-images-amazon.com/images/P/0765322730.01.MZZZZZZZ.jpg
https://images-na.ssl-images-amazon.com/images/P/0765322730.01.LZZZZZZZ.jpg

There should be an option to select which size should display on the OPAC results/details page.
Comment 1 Lucas Gass (lukeg) 2019-08-19 16:13:11 UTC
I believe this should also effect OPAC lists as well.
Comment 2 Katrin Fischer 2019-08-19 21:16:43 UTC
Coudld using the biggest and scaling them with CSS be an option? It doesn't appear 'huge' in size.
Comment 3 Lucas Gass (lukeg) 2019-08-19 22:20:03 UTC
Right now we use the smallest (01.TZZZZZZ.jpg), so yes that could be an option.