From 3330eec1ae92c2f60b1384ddac6242383b80e83c Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Thu, 10 Nov 2022 22:40:31 -0600 Subject: [PATCH] Fixing officiant photo --- pages/party.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/party.js b/pages/party.js index 0c8ad58..40b2f4d 100644 --- a/pages/party.js +++ b/pages/party.js @@ -81,6 +81,10 @@ export default function PartyPage({ mainImage, officiantImage, partyImages }) { {...officiantImage?.imageProps} alt={officiantImage?.alt} placeholder="blur" + style={{ + width: '100%', + height: 'auto', + }} />

Wedding Officiant