Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Progressive images

Alexis Tacnet edited this page Feb 12, 2017 · 3 revisions

Progressive images

You can activate the defering of images with this line in the config.toml :

progressively = true

And call images in markdown like usual :

![image](./images/image.jpg)

This will call the ./images/low/image.jpg image and the ./images/high/image.jpg.

Clone this wiki locally