ngx-gallery
ngx-gallery copied to clipboard
Lazy loading for thumbnails
What is the expected behavior?
Set attribute loading="lazy" for img in gallery thumbnails or add config to set it. Just to avoid unnecessary requests when gallery in the bottom of page
What is the current behavior?
There is lazy loading only for main image
I can create PR myself if you need.