rsnext/test/integration/export-image-loader
Steven 53f0973aba
Fix next/image blur placeholder when JS is disabled (#28269)
This PR does a few things:

- Moves `<noscript>` usage below the blur image since so that the `<noscript>` image renders on top of the blur image
- Remove the `isVisible` check for `<noscript>` since we can't rely on client-side JS
- Add `loading=lazy` to the `<noscript>` image to take advantage of native lazy loading (can't rely on JS lazy loading)

Fixes #28251
2021-08-19 04:26:07 +00:00
..
pages Rename next/image dangerously-unoptimized to custom and warn when applicable (#26998) 2021-07-08 19:35:19 +00:00
test Fix next/image blur placeholder when JS is disabled (#28269) 2021-08-19 04:26:07 +00:00
next.config.js Add dangerously-unoptimized loader for next/image (#26847) 2021-07-07 15:20:16 -05:00