Update photo, add AVIF version

This commit is contained in:
Jan Jastrow 2023-02-20 23:32:13 +01:00
parent 80e5ede0f7
commit 6290e2115b
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@
<header> <header>
<div class="photo"> <div class="photo">
<picture> <picture>
<source srcset="img/me.avif" type="image/avif">
<source srcset="img/me.webp" type="image/webp"> <source srcset="img/me.webp" type="image/webp">
<source srcset="img/me.jpg" type="image/jpeg"> <img src="img/me.jpg" width="200px" height="200px" alt="Photo of me (white male, blond-ish short hair, short beard) looking sideways">
<img src="img/me.jpg" alt="Photo of me">
</picture> </picture>
</div> </div>