We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed4826 commit b4c2d94Copy full SHA for b4c2d94
custom/imageGenerator.vue
@@ -97,7 +97,7 @@
97
98
<div id="gallery" class="relative w-full" data-carousel="static">
99
<!-- Carousel wrapper -->
100
- <div class="relative h-56 overflow-hidden rounded-lg md:h-[calc(90vh-300px)]">
+ <div class="relative h-56 overflow-hidden rounded-lg md:h-[calc(100vh-400px)]">
101
<!-- Item 1 -->
102
<div v-for="(img, index) in images" :key="index" class="hidden duration-700 ease-in-out" data-carousel-item>
103
<img :src="img" class="absolute block max-w-full max-h-full -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2 object-cover"
0 commit comments