mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
Fix photos height
This commit is contained in:
parent
2c74527bca
commit
0f2cfbd603
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue