diff --git a/src/components/ImageLarge.tsx b/src/components/ImageLarge.tsx index 44a82bce..927fb64e 100644 --- a/src/components/ImageLarge.tsx +++ b/src/components/ImageLarge.tsx @@ -28,7 +28,6 @@ export default function ImageLarge({ className, src, alt, - layout: 'responsive', priority, blurDataURL: blurData, width: IMAGE_LARGE_WIDTH, diff --git a/src/site/index.ts b/src/site/index.ts index e891a84b..544614e8 100644 --- a/src/site/index.ts +++ b/src/site/index.ts @@ -5,4 +5,4 @@ export const IMAGE_TINY_WIDTH = 50; export const IMAGE_SMALL_WIDTH = 300; // Height determined by intrinsic photo aspect ratio -export const IMAGE_LARGE_WIDTH = 1080; +export const IMAGE_LARGE_WIDTH = 1000;