feat: Ajout du nouveau format d'image
This commit is contained in:
@ -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>
|
||||
|
BIN
static/images/avion-paysage.webp
Normal file
BIN
static/images/avion-paysage.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 119 KiB |
BIN
static/images/avion-portrait.webp
Normal file
BIN
static/images/avion-portrait.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
Reference in New Issue
Block a user