We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d944ac9 commit 0b19283Copy full SHA for 0b19283
resources/views/product/view.blade.php
@@ -36,9 +36,9 @@
36
<template x-for="image in images">
37
<div
38
x-show="activeImage === image"
39
- class="aspect-w-3 aspect-h-2"
+ class="w-full h-[240px] sm:h-[400px] flex items-center justify-center"
40
>
41
- <img :src="image" alt="" class="w-auto mx-auto"/>
+ <img :src="image" alt="" class="w-auto h-auto max-h-full mx-auto"/>
42
</div>
43
</template>
44
<a
0 commit comments