From 5d0596f06367a7aba3833538252dadc0e7d7ad92 Mon Sep 17 00:00:00 2001 From: michellebakels <74459302+michellebakels@users.noreply.github.com> Date: Tue, 27 Sep 2022 19:50:29 -0400 Subject: [PATCH] image to fill parent container on mobile --- components/speakers-grid.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/speakers-grid.tsx b/components/speakers-grid.tsx index 3b356304..3165c728 100644 --- a/components/speakers-grid.tsx +++ b/components/speakers-grid.tsx @@ -41,6 +41,7 @@ export default function SpeakersGrid({ speakers }: Props) { blurDataURL={speaker.image.blurDataURL} width={300} height={300} + layout="responsive" />