Update metadata for HTML snippets

This commit is contained in:
Angelos Chalaris
2023-05-20 14:29:15 +03:00
parent acd5ca0edf
commit b81dc8ac6b
15 changed files with 28 additions and 13 deletions

View File

@ -3,7 +3,7 @@ title: "Tip: Lazy load images in HTML"
shortTitle: Image lazy loading
type: tip
language: html
tags: [webdev,image]
tags: [image]
author: chalarangelo
cover: bridge
excerpt: Did you know you can use a native HTML attribute to add lazy load to images? Learn all you need to know with this quick tip.