--- show: true width: 4 date: 2020-01-12 00:01:00 +0800 ---
Image Lazyload

It is highly recommended to use lazyload for images to improve page loading speed, especially for pages with many images. Example code snippet:

{% raw %} <img data-src="[Image URL]" class="lazy w-100 rounded-xl" src="{{ '/assets/images/empty_300x200.png' | relative_url }}"> {% endraw %}