next.js
07e93240 - feat(next/image): introduce `preload` prop and deprecated `priority` prop (#83351)

Commit
115 days ago
feat(next/image): introduce `preload` prop and deprecated `priority` prop (#83351) The Image component's existing `priority` prop is confusing since its not obvious what it does. In order to improve clarity, we are introducing a `preload` prop and deprecating the `priority` prop. We also updated the dev warning to no longer suggest using this prop for the LCP and instead use `loading="eager"`.
Author
Parents
Loading