Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/docs/en/reference/modules/astro-assets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ fetchpriority="high"

These individual attributes can still be set manually if you need to customize them further.

##### layout
#### `layout`

<p>

Expand Down Expand Up @@ -411,7 +411,7 @@ The value for `layout` also defines the default styles applied to the `<img>` ta
}
```

##### fit
#### `fit`

<p>

Expand All @@ -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`

<p>

Expand Down