Update photo, add AVIF version
This commit is contained in:
parent
80e5ede0f7
commit
6290e2115b
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user