From cfb67a1cb90ff2c6ff6773031b9c450aec227470 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Fri, 29 May 2020 04:51:20 +0800 Subject: [PATCH] Fixed image lazy loading. --- _includes/lozad.html | 5 +++-- _layouts/post.html | 14 ++++++++++---- assets/img/commons/loading.png | Bin 0 -> 99 bytes 3 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 assets/img/commons/loading.png diff --git a/_includes/lozad.html b/_includes/lozad.html index ae2717e..accfbfc 100644 --- a/_includes/lozad.html +++ b/_includes/lozad.html @@ -1,7 +1,8 @@ + \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index d8031c8..261f549 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -64,13 +64,19 @@ layout: default