Finish the photo page
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user