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>
<div class="intro-img"> <div class="intro-img">
<picture> <picture>
<source media="(min-width: 431px)" srcset="/img/profile_big.webp" /> <source width="750" height="866" media="(min-width: 431px)" srcset="/img/profile_big.webp" />
<img src="/img/profile_small.webp" alt="Bild von mir" /> <img width="430" height="866" src="/img/profile_small.webp" alt="Bild von mir" />
</picture> </picture>
</div> </div>
</section> </section>