From 79f093fdcc6400c11d1892facfa5240474690d5a Mon Sep 17 00:00:00 2001 From: Julien Birgand Date: Fri, 14 May 2021 22:46:53 +0200 Subject: [PATCH] docs(image.md): update layout property doc --- docs/api-reference/next/image.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api-reference/next/image.md b/docs/api-reference/next/image.md index e596719b242e8..7ce38c6b849e4 100644 --- a/docs/api-reference/next/image.md +++ b/docs/api-reference/next/image.md @@ -101,8 +101,7 @@ When `responsive`, the image will scale the dimensions down for smaller viewports and scale up for larger viewports. When `fill`, the image will stretch both width and height to the dimensions of -the parent element, usually paired with -[object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit). +the parent element, usually paired with the [`objectFit`](#objectFit) property. Try it out: