diff --git a/app/components/Carousel.vue b/app/components/Carousel.vue index fef6073..631c4fe 100644 --- a/app/components/Carousel.vue +++ b/app/components/Carousel.vue @@ -8,15 +8,16 @@ :autoplay-speed="autoplaySpeed" :dots="dotsEnabled" :effect="effect" + :style="{ height: heightCss }" > - @@ -44,6 +45,7 @@ type CarouselItem = { src: string href?: string + alt?: string } const props = withDefaults( @@ -77,8 +79,6 @@ function isExternal(href: string) {