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.
2 parents 8b9fd0b + 6629bfe commit 7f73f81Copy full SHA for 7f73f81
packages/frontendmu-nuxt/components/cards/CardAlbum.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div v-if="currentAlbum" class="grid grid-cols-3 items-center h-full">
3
<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" />
+ height="160" class="object-cover w-full h-full block" loading="lazy" />
5
</div>
6
</template>
7
0 commit comments