You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where the query selector fails, var image is undefined, raising errors when trying to read image.clientWidth and image.clientHeight. Should there be a guard against non-image slides?
The text was updated successfully, but these errors were encountered:
On galleries with mixed image and video content, this plugin raises exceptions when the current slide is not an image.
The error appears to originate from
lg-zoom.js/src/lg-zoom.js
Line 89 in ed531a9
Where the query selector fails,
var image
is undefined, raising errors when trying to readimage.clientWidth
andimage.clientHeight
. Should there be a guard against non-image slides?The text was updated successfully, but these errors were encountered: