Skip to content

Commit

Permalink
Change 0.5px to 0.6px
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Nov 29, 2022
1 parent 28f2f36 commit 3b50a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next/image.md
Expand Up @@ -41,7 +41,7 @@ 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 `@supports (font: -apple-system-body) and (-webkit-appearance: none) { img[loading="lazy"] { clip-path: inset(0.5px) } }`
- 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)
Expand Down

0 comments on commit 3b50a1b

Please sign in to comment.