825 B
825 B
show, width, date
| show | width | date |
|---|---|---|
| true | 4 | 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 %}