No commit activity in last 3 years
No release in over 3 years
Avoid high server loads by making images load lazily
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Asciidoctor Lazy Images

This is a small extension that adds the lazy loading attribute to every image in a rendered HTML5 file.

This makes it so that the page loads faster and unnecesary bandwidth isn’t consumed.

Installation

Install the gem using

gem install asciidoctor-lazy-images

And compile your files using the -r flag:

asciidoctor -r asciidoctor-lazy-images demo.adoc