Skip to content

Commit 4877cc3

Browse files
fix: update image responsiveness
1 parent 1cb4443 commit 4877cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineConfig({
3030
image: {
3131
// Used for all Markdown images; not configurable per-image
3232
// Used for all `<Image />` and `<Picture />` components unless overridden with a prop
33-
experimentalLayout: "constrained",
33+
experimentalLayout: "responsive",
3434
},
3535
experimental: {
3636
responsiveImages: true,

0 commit comments

Comments
 (0)