Skip to content

Commit

Permalink
Fix search hash link
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Feb 11, 2022
1 parent bcb8cdd commit 74dffbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next/image.md
Expand Up @@ -220,7 +220,7 @@ You can also [generate a solid color Data URL](https://png-pixel.com) to match t

A string (with similar syntax to the margin property) that acts as the bounding box used to detect the intersection of the viewport with the image and trigger lazy [loading](#loading). Defaults to `"200px"`.

If the image is nested in a scrollable parent element other than the root document, you will also need to assign the [lazyRoot](#lazyRoot) prop.
If the image is nested in a scrollable parent element other than the root document, you will also need to assign the [lazyRoot](#lazyroot) prop.

[Learn more](https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver/rootMargin)

Expand Down

0 comments on commit 74dffbe

Please sign in to comment.