Skip to content

Commit

Permalink
Update 25-balise-picture.md ajout lazy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-studio authored Jun 13, 2024
1 parent f0498eb commit f953b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 25-balise-picture.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Exemple:
<picture>
<source type="image/webp" srcset="chat_mignon.webp">
<source type="image/jpeg" srcset="chat_mignon.jpg">
<img src="chat_mignon.jpg" alt="My Image">
<img src="chat_mignon.jpg" alt="Un chat particulièrement mignon" loading="lazy">
</picture>
```

Expand Down

0 comments on commit f953b6f

Please sign in to comment.