Open kev-ac opened 7 months ago
https://github.com/vercel/next.js/assets/60135953/e6521003-93d2-43b9-bf06-89f6a5e2e710
Reproduction example for Safari. The expected result would be a continuous loop of images.
I've build something similar recently. Will def take a look at this when I'm off work🤙
Link to the code that reproduces this issue
https://github.com/kev-ac/repro-nextimage-lazyload-scroll-bug
To Reproduce
Current vs. Expected behavior
If the images are scrolling horizontally the next images coming into viewport should be lazy loaded. Without mouse movement it does not work reliably in Chrome and sometimes not at all in Safari.
Provide environment information
Which area(s) are affected? (Select all that apply)
Image optimization (next/image, next/legacy/image)
Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local), next start (local)
Additional context
No response