https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37463

--- Comment #17 from Wainui Witika-Park <[email protected]> ---
(In reply to David Nind from comment #16)
> Where there is no Amazon cover image, the patron's checkouts table just
> shows the text "Image from Amazon.com".
> 
> Maybe either:
> - show nothing or
> - just the "No cover image available", without the "Image from Amazon.com"
> text.

Kia ora David,

I've had a look into this and when there is no image, it's usually because it
is a 1px by 1px image being returned from Amazon which we have added in to the
code to deal with. 

However, because it is dynamically fetching the height and width, the first few
times the page is refreshed, the dimensions of all the images (whether there is
a proper image available or not, is 0 by 0).

When you refresh a few times, it picks up the actual dimensions of the image
and then "Image from Amazon.com" is no longer displayed.

So in summary, what you said has been implemented, but it doesn't seem to be
working as expected from the start.

Ngā mihi,

Wainui

-- 
You are receiving this mail because:
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/

Reply via email to