feat: Ajout du lazy loading pour l'image du footer
This commit is contained in:
parent
cdeae8dbd9
commit
da5fd14703
|
@ -20,7 +20,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<div class="logo">
|
||||
<img width="130" height="160" src="/icons/logo-footer_blanc.svg" alt="Commune de Crémeaux" />
|
||||
<img width="130" height="160" loading="lazy" src="/icons/logo-footer_blanc.svg" alt="Commune de Crémeaux" />
|
||||
</div>
|
||||
<div class="horaire">
|
||||
<h3>Horaire d'ouverture<br>au public :</h3>
|
||||
|
|
Loading…
Reference in New Issue