From 0f2cfbd6036278d697a69e4148ec9c350660e600 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Thu, 10 Nov 2022 22:34:32 -0600 Subject: [PATCH] Fix photos height --- pages/photos.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/photos.js b/pages/photos.js index 533d7f9..2b40b3d 100644 --- a/pages/photos.js +++ b/pages/photos.js @@ -71,6 +71,10 @@ export default function PhotosPage({ images }) { height={image.height} // objectFit="cover" placeholder="blur" + style={{ + width: '100%', + height: 'auto', + }} /> ))}