[Koha-bugs] [Bug 28180] Use a lightbox gallery to display the images on the detail pages in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 11 14:52:44 CEST 2021


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #123794|0                           |1
        is obsolete|                            |
 Attachment #125666|0                           |1
        is obsolete|                            |

--- Comment #61 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 126041
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126041&action=edit
Bug 28180: Correctly guess if images have been loaded

window.load won't assure us that the images loaded using JS code are
correctly loaded.

This patch adds a flag to the different providers when the images are
fully loaded.

Note that the img.naturalHeight check is not working for google jackets
and is actually not needed (test with a bib record with and without
google jacket and confirm that it's working as expected).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list