From a5291ec5a9882f801f3338824af8edbf2b10c8dc Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Wed, 15 Jan 2025 19:29:27 -0600 Subject: [PATCH] Tweak photo code comment --- src/photo/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/photo/index.ts b/src/photo/index.ts index 08a15418..460b6632 100644 --- a/src/photo/index.ts +++ b/src/photo/index.ts @@ -33,7 +33,7 @@ export const INFINITE_SCROLL_GRID_MULTIPLE = HIGH_DENSITY_GRID ? process.env.NODE_ENV === 'development' ? 12 : 48 : process.env.NODE_ENV === 'development' ? 12 : 48; -// Thumbnails below /p/[photoId] +// Thumbnails below large photos on pages like /p/[photoId] export const RELATED_GRID_PHOTOS_TO_SHOW = 12; export const DEFAULT_ASPECT_RATIO = 1.5;