summaryrefslogtreecommitdiff
path: root/.changeset/clever-rice-compete.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/clever-rice-compete.md')
-rw-r--r--.changeset/clever-rice-compete.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/.changeset/clever-rice-compete.md b/.changeset/clever-rice-compete.md
deleted file mode 100644
index 59897964d..000000000
--- a/.changeset/clever-rice-compete.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-'astro': patch
----
-
-Adds experimental responsive image support in Markdown
-
-Previously, the `experimental.responsiveImages` feature could only provide responsive images when using the `<Image />` and `<Picture />` components.
-
-Now, images written with the `![]()` Markdown syntax in Markdown and MDX files will generate responsive images by default when using this experimental feature.
-
-To try this experimental feature, set `experimental.responsiveImages` to true in your `astro.config.mjs` file:
-
-```js
-{
- experimental: {
- responsiveImages: true,
- },
-}
-```
-
-Learn more about using this feature in the [experimental responsive images feature reference](https://docs.astro.build/en/reference/experimental-flags/responsive-images/).
-
-For a complete overview, and to give feedback on this experimental API, see the [Responsive Images RFC](https://github.com/withastro/roadmap/blob/responsive-images/proposals/0053-responsive-images.md). \ No newline at end of file