diff --git a/docs/api-reference/next/image.md b/docs/api-reference/next/image.md index b3cb2726751f..1572c4a061d7 100644 --- a/docs/api-reference/next/image.md +++ b/docs/api-reference/next/image.md @@ -40,8 +40,8 @@ This `next/image` component uses browser native [lazy loading](https://caniuse.c ## Known Browser Bugs -- [Safari 15](https://bugs.webkit.org/show_bug.cgi?id=243601) displays a gray border while loading. Possible solutions: - - Use CSS `@media not all and (min-resolution:.001dpcm) { img[loading="lazy"] { clip-path: inset(0.5px) } }` +- [Safari 15+](https://bugs.webkit.org/show_bug.cgi?id=243601) displays a gray border while loading. Possible solutions: + - Use CSS `@supports (font: -apple-system-body) and (-webkit-appearance: none) { img[loading="lazy"] { clip-path: inset(0.6px) } }` - 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. Possible solutions: - Enable [AVIF `formats`](#acceptable-formats)