Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aram <[email protected]>
  • Loading branch information
VincentSmedinga and alimpens authored Nov 8, 2024
1 parent 062f47e commit e0c4049
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/css/src/components/image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Displays an image.

## Design

Every Image must display in one of the [available aspect ratios](https://designsystem.amsterdam/?path=/docs/brand-design-tokens-aspect-ratio--docs).
Every Image should be shown in one of the [available aspect ratios](https://designsystem.amsterdam/?path=/docs/brand-design-tokens-aspect-ratio--docs).
The default is 16:9.
If the intrinsic dimensions of the source do not match an aspect ratio, the image will get cropped to cover the intended area without distorting its appearance.
If the intrinsic dimensions of the source do not match an aspect ratio, the image will get cropped to cover the intended area.

## Guidelines

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Constrains media content to a supported aspect ratio.
Media content like images, videos, and maps take up sizable portions of a screen.
Displaying them in a limited set of aspect ratios keeps the visual impression of a page composed.
The default aspect ratio is 16:9.
Content with intrinsic dimensions that do not match an aspect ratio will be cropped without distorting its appearance.
Content with intrinsic dimensions that do not match an aspect ratio will be cropped.

## Tokens

Expand Down

0 comments on commit e0c4049

Please sign in to comment.