From ea32e5033a00bc653b9d5ac2fbb9b53525d665d1 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 9 Aug 2023 14:08:20 -0400 Subject: [PATCH] chore(docs): add missing "try it out" --- docs/02-app/02-api-reference/01-components/image.mdx | 2 ++ 1 file changed, 2 insertions(+) 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 5e5c5df10fe9ef..35aa0645e4e1e4 100644 --- a/docs/02-app/02-api-reference/01-components/image.mdx +++ b/docs/02-app/02-api-reference/01-components/image.mdx @@ -783,6 +783,8 @@ const ThemeImage = (props) => { > **Good to know**: The default behavior of `loading="lazy"` ensures that only the correct image is loaded. You cannot use `priority` or `loading="eager"` because that would cause both images to load. Instead, you can use [`fetchPriority="high"`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/fetchPriority). +Try it out: + - [Demo light/dark mode theme detection](https://image-component.nextjs.gallery/theme) ## Known Browser Bugs