diff --git a/docs/api-reference/next/future/image.md b/docs/api-reference/next/future/image.md index 3ea2a345ee41..76e2ee33cddc 100644 --- a/docs/api-reference/next/future/image.md +++ b/docs/api-reference/next/future/image.md @@ -47,8 +47,8 @@ Compared to `next/image`, the new `next/future/image` component has the followin - Use CSS `@media not all and (min-resolution:.001dpcm) { img[loading="lazy"] { clip-path: inset(0.5px) } }` - Use [`priority`](#priority) if the image is above the fold - [Firefox 67+](https://bugzilla.mozilla.org/show_bug.cgi?id=1556156) displays a white background while loading progressive jpeg. Possible solutions: - - Enable [AVIF format](#acceptable-formats) - - Use [`placeholder="blur"](#blur) + - Enable [AVIF `formats`](#acceptable-formats) + - Use [`placeholder="blur"`](#blur) ## Migration