summaryrefslogtreecommitdiff
path: root/packages/integrations/image/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/image/README.md')
-rw-r--r--packages/integrations/image/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md
index b2496b5e3..d0c7630fb 100644
--- a/packages/integrations/image/README.md
+++ b/packages/integrations/image/README.md
@@ -338,7 +338,7 @@ const imageUrl = 'https://www.google.com/images/branding/googlelogo/2x/googlelog
<Image src={imageUrl} height={200} aspectRatio="16:9" format="avif" />
```
-### Responsive pictures</strong></summary>
+### Responsive pictures
The `<Picture />` component can be used to automatically build a `<picture>` with multiple sizes and formats. Check out [MDN](https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images#art_direction) for a deep dive into responsive images and art direction.