Open keul opened 10 months ago
2.2.9
Documentation says that I can use loading="lazy" (as with default image HTML element), but images are not loaded lazily.
loading="lazy"
On Firefox (but not on chrome) if I scroll down, I see a network attempt to load them again (this time, they are taken from the cache).
If I replace Image with native img tag, lazy loading work properly.
Image
img
No response
Image should work as for img element with the same attribute.
MacOS
Chrome
Any updates on that problem?
i got the same issue. Any update?
NextUI Version
2.2.9
Describe the bug
Documentation says that I can use
loading="lazy"
(as with default image HTML element), but images are not loaded lazily.On Firefox (but not on chrome) if I scroll down, I see a network attempt to load them again (this time, they are taken from the cache).
If I replace
Image
with nativeimg
tag, lazy loading work properly.Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
loading="lazy"
Expected behavior
Image should work as for
img
element with the same attribute.Screenshots or Videos
No response
Operating System Version
MacOS
Browser
Chrome