mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
Fixing officiant photo
This commit is contained in:
parent
06c1b89015
commit
3330eec1ae
1 changed files with 4 additions and 0 deletions
|
|
@ -81,6 +81,10 @@ export default function PartyPage({ mainImage, officiantImage, partyImages }) {
|
||||||
{...officiantImage?.imageProps}
|
{...officiantImage?.imageProps}
|
||||||
alt={officiantImage?.alt}
|
alt={officiantImage?.alt}
|
||||||
placeholder="blur"
|
placeholder="blur"
|
||||||
|
style={{
|
||||||
|
width: '100%',
|
||||||
|
height: 'auto',
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
<h3 className="center">Wedding Officiant</h3>
|
<h3 className="center">Wedding Officiant</h3>
|
||||||
</PartyCard>
|
</PartyCard>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue