Skip to content

Commit

Permalink
Update Gallery.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
aSouchereau authored Jul 29, 2024
1 parent 6cc2bf4 commit 7686db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Pages/Gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
id: photo.id,
albumId: data.id,
thumb: photo.size_variants.small.url,
caption: `${photo.description ?? ""}<span class="copy-notice">Image &copy; ${date.getFullYear()} Alex Souchereau. All Rights Reserved.</span>`,
caption: `${photo.title ?? ""}<span class="copy-notice">Image &copy; ${date.getFullYear()} Alex Souchereau. All Rights Reserved.</span>`,
src: photo.size_variants.medium2x?.url ?? photo.size_variants.medium?.url ?? photo.size_variants.small2x?.url ?? photo.size_variants.small.url,
});
});
Expand Down Expand Up @@ -108,4 +108,4 @@
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
</style>
</style>

0 comments on commit 7686db4

Please sign in to comment.