diff --git a/components/ImageCarousel.vue b/components/ImageCarousel.vue
index ce2b495..599a15b 100644
--- a/components/ImageCarousel.vue
+++ b/components/ImageCarousel.vue
@@ -11,10 +11,11 @@
:model-value="index"
:show-arrows="images.length > 1"
class="ma-auto"
- :height="carouselHeight"
+ height="90vh"
>
@@ -27,11 +28,14 @@ export default {
show: false,
images: [],
index: 0
- }),
- computed: {
- carouselHeight () {
- return window.innerHeight * 0.9
- }
- }
+ })
}
-
\ No newline at end of file
+
+
+