Skip to content

Commit 7f73f81

Browse files
authored
Merge pull request #165 from n-d-r-d-g/main
2 parents 8b9fd0b + 6629bfe commit 7f73f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div v-if="currentAlbum" class="grid grid-cols-3 items-center h-full">
33
<NuxtImg v-for="photo in currentAlbum" :key="photo" :src="`${source}/${photo}`" alt="Album Photo" width="100"
4-
height="auto" class="object-cover w-full h-full block" loading="lazy" />
4+
height="160" class="object-cover w-full h-full block" loading="lazy" />
55
</div>
66
</template>
77

0 commit comments

Comments
 (0)