We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4efb6 commit af426b2Copy full SHA for af426b2
components/team/ExecCard.tsx
@@ -28,6 +28,7 @@ const ExecCard = ({ data, colour }: ExecCardProps) => {
28
src={image}
29
sizes="(max-width: 767px) 100vw, 33vw" // 1 column -> 3 at md breakpoint (768px)
30
quality="40" // 0 to 100, default 75
31
+ placeholder="blur"
32
className={styles["card-img-top"]}
33
/>
34
</div>
0 commit comments