Files
CoqResearch/_showcase/default/image_text_1.md
T
alois b3c00734c2
Build and Deploy Jekyll / deploy (push) Successful in 42s
feat: migration vers template academic-homepage original
2026-05-25 20:23:42 +02:00

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 %}