From de9c074f940dfbfe5d1a8a1ffbe6fafcc3847bb0 Mon Sep 17 00:00:00 2001 From: Cooper Werner Date: Sun, 2 Jun 2024 12:52:38 -0400 Subject: [PATCH] fixing the image carousel on mobile --- components/team/team.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/team/team.tsx b/components/team/team.tsx index ed02816..8973205 100644 --- a/components/team/team.tsx +++ b/components/team/team.tsx @@ -190,6 +190,8 @@ function DirectorCard(director: Director, offset: number) { height={200} width={200} className="w-[200px] h-[200px] rounded-full object-cover" + loading="eager" + priority /> )}