From 3010bc5a1cfbf747c5f53a1fe7b624b5dbe98d57 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 26 Jan 2026 12:14:08 +0100 Subject: [PATCH] fix(v6): use consistent heading levels in `astro:assets` --- src/content/docs/en/reference/modules/astro-assets.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/en/reference/modules/astro-assets.mdx b/src/content/docs/en/reference/modules/astro-assets.mdx index 137250c9f3237..0c20476ccfef8 100644 --- a/src/content/docs/en/reference/modules/astro-assets.mdx +++ b/src/content/docs/en/reference/modules/astro-assets.mdx @@ -323,7 +323,7 @@ fetchpriority="high" These individual attributes can still be set manually if you need to customize them further. -##### layout +#### `layout`

@@ -411,7 +411,7 @@ The value for `layout` also defines the default styles applied to the `` ta } ``` -##### fit +#### `fit`

@@ -424,7 +424,7 @@ Defines how a image should be cropped if its aspect ratio is changed. Values match those of CSS `object-fit`. Defaults to `cover`, or the value of [`image.objectFit`](/en/reference/configuration-reference/#imageobjectfit) if set. Can be used to override the default `object-fit` styles. -##### position +#### `position`