From af8906d4a879fe9f83fd01918bb6125af09cb1f6 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 24 Feb 2024 11:27:12 -0600 Subject: [PATCH] Fine-tune next/image widths --- src/components/ImageLarge.tsx | 1 - src/site/index.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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;