From af426b2ce3cdd35d3563355470e5375231e2fd1d Mon Sep 17 00:00:00 2001 From: Nicholas Langford Date: Sat, 22 Jun 2024 16:39:17 +1000 Subject: [PATCH] Add blur to exec images --- components/team/ExecCard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/team/ExecCard.tsx b/components/team/ExecCard.tsx index 3b0283f..abd3162 100644 --- a/components/team/ExecCard.tsx +++ b/components/team/ExecCard.tsx @@ -28,6 +28,7 @@ const ExecCard = ({ data, colour }: ExecCardProps) => { src={image} sizes="(max-width: 767px) 100vw, 33vw" // 1 column -> 3 at md breakpoint (768px) quality="40" // 0 to 100, default 75 + placeholder="blur" className={styles["card-img-top"]} />