Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/en/reference/configuration-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ You can use wildcards to define the permitted `hostname` and `pathname` values a

The default layout type for responsive images. Can be overridden by the `layout` prop on the image component.
Requires the `experimental.responsiveImages` flag to be enabled.
- `responsive` - The image will scale to fit the container, maintaining its aspect ratio, but will not exceed the specified dimensions.
- `constrained` - The image will scale to fit the container, maintaining its aspect ratio, but will not exceed the specified dimensions.
- `fixed` - The image will maintain its original dimensions.
- `full-width` - The image will scale to fit the container, maintaining its aspect ratio.

Expand Down