From 38d064c71de36a459da6400061e6720036dc9cac Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 11 Oct 2023 14:56:02 -0400 Subject: [PATCH] chore(docs): fix missing fallback on next/image sizes example --- docs/02-app/02-api-reference/01-components/image.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-app/02-api-reference/01-components/image.mdx b/docs/02-app/02-api-reference/01-components/image.mdx index d7d0121fe5ad0..7d3f8b09679dc 100644 --- a/docs/02-app/02-api-reference/01-components/image.mdx +++ b/docs/02-app/02-api-reference/01-components/image.mdx @@ -48,7 +48,7 @@ Here's a summary of the props available for the Image Component: | [`alt`](#alt) | `alt="Picture of the author"` | String | Yes | | [`loader`](#loader) | `loader={imageLoader}` | Function | - | | [`fill`](#fill) | `fill={true}` | Boolean | - | -| [`sizes`](#sizes) | `sizes="(max-width: 768px) 100vw"` | String | - | +| [`sizes`](#sizes) | `sizes="(max-width: 768px) 100vw, 33vw"` | String | - | | [`quality`](#quality) | `quality={80}` | Integer (1-100) | - | | [`priority`](#priority) | `priority={true}` | Boolean | - | | [`placeholder`](#placeholder) | `placeholder="blur"` | String | - |