refactor: reduce the amount of image formats and sizes

Use the least amount of image formats and sizes:

- WebP for images
- Avif with JPEG fallback for pictures
This commit is contained in:
Stefan Imhoff
2023-06-12 20:52:25 +02:00
parent 37e3e8260e
commit 65fe960af0
14 changed files with 33 additions and 19 deletions

View File

@@ -40,7 +40,7 @@ const description = 'Front-End Web Developer from Hamburg, Germany';
<Picture
alt="Bonsai"
aspect={1.5}
breakpoints={[300, 512, 768, 1024, 1280, 1536, 1700, 2000]}
breakpoints={[500, 1000, 1500]}
src="/assets/images/cover/bonsai.jpg"
/>
</div>