Skip to content

Commit

Permalink
Update Album.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
aSouchereau authored Jul 29, 2024
1 parent 7686db4 commit 5cfc13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Pages/Album.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import {useHead} from "@unhead/vue";
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 @@ -100,4 +100,4 @@ import {useHead} from "@unhead/vue";
img {
width: 100%;
}
</style>
</style>

0 comments on commit 5cfc13b

Please sign in to comment.