Skip to content

Commit

Permalink
Add #13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aksylumoed committed Sep 4, 2024
1 parent 2b59444 commit 5842c91
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Binary file added png/13.2-fs8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added png/13.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const artworks: Artwork[] = [
maxWidthPercentageMobile: "80%"
},
{
title: "#13",
title: "#13.1",
imagePath: "../png/13.png",
// imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/1.png",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/1.dzi",
Expand All @@ -89,6 +89,16 @@ export const artworks: Artwork[] = [
maxWidthPercentage: "45%",
maxWidthPercentageMobile: "75%"
},
{
title: "#13.2",
imagePath: "../png/13.2-fs8.png",
// imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/1.png",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/1.dzi",
description: `145cm x 145cm aluminium dibond, direct print`,
minZoomLevel: 1.2,
maxWidthPercentage: "45%",
maxWidthPercentageMobile: "75%"
},
{
title: "#1",
imagePath: "../png/1-fs8.png",
Expand Down

0 comments on commit 5842c91

Please sign in to comment.