Skip to content

Commit

Permalink
Add blur to exec images
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpiontornado committed Jun 22, 2024
1 parent ae4efb6 commit af426b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/team/ExecCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
/>
</div>
Expand Down

0 comments on commit af426b2

Please sign in to comment.