We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f42096 commit e8a9bd1Copy full SHA for e8a9bd1
docs/api-reference/next/image.md
@@ -102,7 +102,7 @@ When `responsive`, the image will scale the dimensions down for smaller
102
viewports and scale up for larger viewports.
103
104
When `fill`, the image will stretch both width and height to the dimensions of
105
-the parent element, usually paired with the [`objectFit`](#objectFit) property.
+the parent element, provided the parent element is relative. This is usually paired with the [`objectFit`](#objectFit) property.
106
107
Try it out:
108
0 commit comments