Skip to content

Commit

Permalink
Test with local .webp paths again
Browse files Browse the repository at this point in the history
  • Loading branch information
aksylumoed committed Feb 8, 2024
1 parent e239745 commit 5c00f92
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,55 +10,62 @@ export interface Artwork {
export const artworks: Artwork[] = [
{
title: "#8",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/8.png",
imagePath: "webp/8.webp",
// imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/8.png",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/8.dzi",
description: `190cm x 190cm\naluminium dibond, direct print`,
maxWidthPercentage: "45%",
maxWidthPercentageMobile: "75%"
},
{
title: "#5",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/5.png",
imagePath: "webp/5.webp",
// imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/5.png",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/5.dzi",
description: `95.3cm x 190cm aluminium dibond, direct print`,
maxWidthPercentage: "25%",
maxWidthPercentageMobile: "50%"
},
{
title: "#4",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/4.png",
imagePath: "webp/4.webp",
// imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/4.png",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/4.dzi",
description: `300cm x 90cm aluminium dibond, direct print`,
maxWidthPercentage: "70%",
maxWidthPercentageMobile: "80%"
},
{
title: "#2",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/2.png",
imagePath: "webp/2.webp",
// imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/2.png",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/2.dzi",
description: `160cm x 90cm aluminium dibond, direct print`,
maxWidthPercentage: "60%",
maxWidthPercentageMobile: "80%"
},
{
title: "#3",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/3.png",
imagePath: "webp/3.webp",
// imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/3.png",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/3.dzi",
description: `135cm x 90cm aluminium dibond, direct print`,
maxWidthPercentage: "60%",
maxWidthPercentageMobile: "80%"
},
{
title: "#6",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/6.png",
imagePath: "webp/6.webp",
// imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/6.png",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/6.dzi",
description: `126.7cm x 190cm aluminium dibond, direct print`,
maxWidthPercentage: "30%",
maxWidthPercentageMobile: "55%"
},
{
title: "#1",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/1.png",
imagePath: "webp/1.webp",
// 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: `150cm x 100cm aluminium dibond, direct print`,
maxWidthPercentage: "60%",
Expand Down

0 comments on commit 5c00f92

Please sign in to comment.