Skip to content

Commit 6d751df

Browse files
committed
Fixed blurry carousel images
1 parent 46be361 commit 6d751df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/frontendmu-nuxt/components/cards/CardAlbum.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ defineProps<{
1212
:key="photo"
1313
:src="`${source}/${photo}`"
1414
alt="Album Photo"
15-
width="100"
16-
height="160"
15+
width="242"
16+
height="408"
1717
class="object-cover w-full h-full block"
1818
loading="lazy"
1919
/>

0 commit comments

Comments
 (0)