From c2373758ee7eff2f5cfd77ddff57469f0e4600e6 Mon Sep 17 00:00:00 2001 From: taazust5 Date: Wed, 18 Sep 2024 14:37:40 +0200 Subject: [PATCH] feat(swiper): limit swiper image height --- app/components/ch/demo/CarouselExample.vue | 6 - app/components/ch/demo/SlideshowExample.vue | 8 +- .../stories/components/Carousel.stories.mdx | 120 ---------------- .../stories/components/Slideshow.stories.mdx | 133 +++++------------- app/pages/detailPageSimple.vue | 18 --- app/pages/detailPressRelease.vue | 18 --- css/components/carousel.postcss | 10 ++ 7 files changed, 44 insertions(+), 269 deletions(-) diff --git a/app/components/ch/demo/CarouselExample.vue b/app/components/ch/demo/CarouselExample.vue index b605d6f4..25a80c69 100644 --- a/app/components/ch/demo/CarouselExample.vue +++ b/app/components/ch/demo/CarouselExample.vue @@ -66,12 +66,6 @@