Fix photos height

This commit is contained in:
Bradley Shellnut 2022-11-10 22:34:32 -06:00 committed by GitHub
parent 2c74527bca
commit 0f2cfbd603
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,6 +71,10 @@ export default function PhotosPage({ images }) {
height={image.height} height={image.height}
// objectFit="cover" // objectFit="cover"
placeholder="blur" placeholder="blur"
style={{
width: '100%',
height: 'auto',
}}
/> />
))} ))}
</PhotosStyles> </PhotosStyles>