ADD: optimize images

This commit is contained in:
webfussel 2024-05-24 09:14:52 +02:00
parent 48a159f4c6
commit b63f612103

View file

@ -25,8 +25,8 @@
</div>
<div class="intro-img">
<picture>
<source media="(min-width: 431px)" srcset="/img/profile_big.webp" />
<img src="/img/profile_small.webp" alt="Bild von mir" />
<source width="750" height="866" media="(min-width: 431px)" srcset="/img/profile_big.webp" />
<img width="430" height="866" src="/img/profile_small.webp" alt="Bild von mir" />
</picture>
</div>
</section>