summaryrefslogtreecommitdiff
path: root/.changeset/chilly-experts-add.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/chilly-experts-add.md')
-rw-r--r--.changeset/chilly-experts-add.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/.changeset/chilly-experts-add.md b/.changeset/chilly-experts-add.md
deleted file mode 100644
index 46c228c7d..000000000
--- a/.changeset/chilly-experts-add.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'@astrojs/image': minor
----
-
-Removes the `content-visibility: auto` styling added by the `<Picture />` and `<Image />` components.
-
-**Why:** The [content-visibility](https://developer.mozilla.org/en-US/docs/Web/CSS/content-visibility) style is rarely needed for an `<img>` and can actually break certain layouts.
-
-**Migration:** Do images in your layout actually depend on `content-visibility`? No problem! You can add these styles where needed in your own component styles.