Convert all jpg pictures to webp

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-08-12 16:40:04 +02:00
parent 57c3df43ff
commit 9d00aff619
106 changed files with 15 additions and 54 deletions

View File

@@ -8,13 +8,8 @@
:srcset="`/img/pics/error-480w.webp 1x, /img/pics/error-1024w.webp 2x`"
type="image/webp"
/>
<source
:srcset="`/img/pics/error-480w.jpg 1x, /img/pics/error-1024w.jpg 2x`"
type="image/jpeg"
/>
<img
:src="`/img/pics/error-480w.jpg`"
:src="`/img/pics/error-480w.webp`"
alt=""
width="480"
height="312"