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
Click or touch the loading area (before the new pictures appears)
Multiple errors appear:
TypeError: undefined is not an object (evaluating '$image.getBoundingClientRect')
TypeError: undefined is not an object (evaluating '$image.get().getBoundingClientRect')
TypeError: undefined is not an object (evaluating '$image.get().offsetWidth')
It fires up a lot on mobile when switching through image if they are heavy and don't load quickly
When using sentry, thousands of these errors appears in our logs
This is the same issue as this one #1485 but can easily be reproduced on the demos so I think it's worth investigating
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
Errors when interacting with the picture before it's loaded on the gallery carousel
Steps to reproduce
Can be reproduced on the demo page: https://www.lightgalleryjs.com/demos/carousel-gallery/
It fires up a lot on mobile when switching through image if they are heavy and don't load quickly
When using sentry, thousands of these errors appears in our logs
This is the same issue as this one #1485 but can easily be reproduced on the demos so I think it's worth investigating
The text was updated successfully, but these errors were encountered: