diff --git a/_showcase/default/image_text_1.md b/_showcase/default/image_text_1.md deleted file mode 100644 index 12c76a8..0000000 --- a/_showcase/default/image_text_1.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -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 %} -

-
-