Remove img favicon favicon.ico
article thumbnail

Creating Custom Emmet Snippets In VS Code

Smashing Magazine

Out of the box, there’s an img abbreviation, but there’s none for lazily loaded images. We can use the default abbreviation and just add the additional attributes and attribute values we need in square brackets. { "html": { "snippets": { "img:l": "img[width height loading='lazy']" } } }. DOCTYPE html>}+html[lang=${1}${lang}].no-js>{<!--

Code 101