DEV Community

Discussion on: Using lazysizes to lazyload images on the Web

Collapse
 
arnellebalane profile image
Arnelle Balane

With Markdown you can still write HTML to load the images with custom classes, e.g.

# markdown.md

Below is an image with a **class**:

<img data-src="image.jpg" class="lazyload" alt="Sample Image">