Skip to content

Commit

Permalink
is
Browse files Browse the repository at this point in the history
Co-authored-by: stefanprobst <stefanprobst@kolabnow.com>
  • Loading branch information
styfle and stefanprobst committed Nov 6, 2021
1 parent 76b8f79 commit 72c24d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next/image.md
Expand Up @@ -123,7 +123,7 @@ If you are using `layout="fill"` or `layout="responsive"`, it's important to ass

For example, when the parent element will constrains the image to always be less than half the viewport width, use `sizes="50vw"`. Without `sizes`, the image will be sent at twice the necessary resolution, decreasing performance.

If you are using `layout="intrinsic"` or `layout="fixed"`, then `sizes` not needed because the upperbound width is constrained already.
If you are using `layout="intrinsic"` or `layout="fixed"`, then `sizes` is not needed because the upperbound width is constrained already.

[Learn more](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes).

Expand Down

0 comments on commit 72c24d8

Please sign in to comment.