Skip to content

Commit

Permalink
specify aspect ratio, crop, and quality
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholeuf committed Feb 16, 2024
1 parent 72c2435 commit 424c55e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/LandingPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const LandingPage: React.FC = () => {
sizes: '100vw',
opacity: '30',
src: 'zensite/scott-webb-5mIcH3q7tIk-unsplash',
aspectRatio: '2:3',
crop: 'auto',
quality: '5',
});
return (
<Box
Expand Down

0 comments on commit 424c55e

Please sign in to comment.