ADD: optimize images
This commit is contained in:
parent
48a159f4c6
commit
b63f612103
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue