From 29871c2eb1e9a979eeafd2d15313da3b68e790c9 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 20 Apr 2025 14:22:17 -0700 Subject: [PATCH] docs(aspect-ratio): improve docs --- docs/src/pages/components/AspectRatio.svx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/components/AspectRatio.svx b/docs/src/pages/components/AspectRatio.svx index 6de7aafa..cc5976e0 100644 --- a/docs/src/pages/components/AspectRatio.svx +++ b/docs/src/pages/components/AspectRatio.svx @@ -3,7 +3,7 @@ import Preview from "../../components/Preview.svelte"; -The `AspectRatio` component is useful for constraining fluid content within an aspect ratio. To demo this, resize your browser for the examples below. +The `AspectRatio` component maintains consistent proportions for content across different screen sizes. It's particularly useful for images, videos, and other media that need to preserve their aspect ratio when resizing. Supported aspect ratios include `"2x1"`, `"2x3"`, `"16x9"`, `"4x3"`, `"1x1"`, `"3x4"`, `"3x2"`, `"9x16"` and `"1x2"`.