Finish the photo page

This commit is contained in:
itsfinniii
2026-04-27 14:37:13 +02:00
parent fdc8a0aae6
commit db65ac52a3
8 changed files with 73 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ const sliceEndNumber = pageNumber * settings.photo.album.perPage;
const remappedPhotos: PhotoAlbumGalleryItem[] = [];
album.photos.slice(sliceStartNumber, sliceEndNumber).forEach((photo) => {
const resizedImage = getImageSize(photo.photo.width, photo.photo.height, 0.67);
const resizedImage = getImageSize(photo.photo.width, photo.photo.height, 0.756);
remappedPhotos.push({
id: photo.id,