From 6ef246c57599aa498778e39675680b99a6f59aec Mon Sep 17 00:00:00 2001 From: John F Morton Date: Mon, 16 Oct 2023 12:35:00 -0400 Subject: [PATCH] Update carousel.md to document the default aspect ratio of 16/9. (#1617) --- docs/pages/components/carousel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/components/carousel.md b/docs/pages/components/carousel.md index b1d61217..68ae4a27 100644 --- a/docs/pages/components/carousel.md +++ b/docs/pages/components/carousel.md @@ -803,7 +803,7 @@ const App = () => ( ### Aspect Ratio -Use the `--aspect-ratio` custom property to customize the size of the carousel's viewport. +Use the `--aspect-ratio` custom property to customize the size of the carousel's viewport from the default value of `16/9`. ```html:preview