diff --git a/content/components/carousel.md b/content/components/carousel.md index 3b34e7b..f16659e 100644 --- a/content/components/carousel.md +++ b/content/components/carousel.md @@ -28,6 +28,24 @@ Set the `ratio` to `1x1` for a square aspect ratio. {{< /example >}} +### 3x1 ratio + +{{< release version="v2.0.0" >}} + +Set the `ratio` to `3x1` for a landscape aspect ratio. + + +{{< example lang="hugo" >}} +{{}} + {{}} + {{}} + {{}} +{{}} +{{< /example >}} + + +### 3x2 ratio + Set the `ratio` to `3x2` for a landscape aspect ratio. diff --git a/content/components/image.md b/content/components/image.md index 5e8e82e..b99b1a5 100644 --- a/content/components/image.md +++ b/content/components/image.md @@ -26,6 +26,16 @@ Set the `ratio` to `1x1` for a square aspect ratio. {{< /example >}} +Set the `ratio` to `3x1` for a landscape aspect ratio. + +{{< release version="v2.0.0" >}} + + +{{< example lang="hugo" >}} +{{}} +{{< /example >}} + + Set the `ratio` to `3x2` for a landscape aspect ratio.