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', + }} /> ))}