feat: Ajout du nouveau format d'image

This commit is contained in:
Simon 2024-05-13 12:06:23 +02:00
parent bf7cc7aced
commit 2955cbeeb5
3 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,12 @@
<!-- Notre philosophie -->
<div class="container -c2">
<div class="picture">
<img src="/images/avion.webp" alt="">
<img
srcset="/images/avion-portrait.webp 768w, /images/avion-paysage.webp 1024w"
sizes="(max-width: 1400px) 768px, 1024px"
src="/images/avion-portrait.webp"
alt="Murielle boit du Kombucha de Takubeh devant un avion"
>
</div>
<div class="content color -red1">
<h2>Notre philosophie</h2>

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB