Skip to content

Commit af426b2

Browse files
Add blur to exec images
1 parent ae4efb6 commit af426b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/team/ExecCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const ExecCard = ({ data, colour }: ExecCardProps) => {
2828
src={image}
2929
sizes="(max-width: 767px) 100vw, 33vw" // 1 column -> 3 at md breakpoint (768px)
3030
quality="40" // 0 to 100, default 75
31+
placeholder="blur"
3132
className={styles["card-img-top"]}
3233
/>
3334
</div>

0 commit comments

Comments
 (0)