From bfa4d61b3eec19cebe3ea932ab7bc3018b58b17a Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 30 Apr 2022 09:11:37 -0700 Subject: [PATCH] docs(aspect-ratio): add "Ratio 2x3" example --- docs/src/pages/components/AspectRatio.svx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/pages/components/AspectRatio.svx b/docs/src/pages/components/AspectRatio.svx index cb7c86e8..96df156a 100644 --- a/docs/src/pages/components/AspectRatio.svx +++ b/docs/src/pages/components/AspectRatio.svx @@ -13,6 +13,12 @@ Supported aspect ratios include `"2x1"`, `"16x9"`, `"4x3"`, `"1x1"`, `"3x4"`, `" 2x1 +### Ratio 2x3 + + + 2x3 + + ### Ratio 16x9