summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/lazyimg.html
diff options
context:
space:
mode:
authoramzrk22020-04-22 00:30:29 +0800
committeramzrk22020-04-22 00:30:29 +0800
commit2c15f4495668f953709489133073ab2e7fa2efa8 (patch)
tree355c7d213de337bf6dfae4238b1ad2fd3d3fd2fe /layouts/shortcodes/lazyimg.html
parent27dc1d536f212bcc1765efb5bdc72b20d2ad1286 (diff)
downloadhugo-theme-fuji-2c15f4495668f953709489133073ab2e7fa2efa8.tar.gz
hugo-theme-fuji-2c15f4495668f953709489133073ab2e7fa2efa8.tar.bz2
hugo-theme-fuji-2c15f4495668f953709489133073ab2e7fa2efa8.zip
Change lazyload js
Diffstat (limited to 'layouts/shortcodes/lazyimg.html')
-rw-r--r--layouts/shortcodes/lazyimg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/lazyimg.html b/layouts/shortcodes/lazyimg.html
index a23a15e..468a901 100644
--- a/layouts/shortcodes/lazyimg.html
+++ b/layouts/shortcodes/lazyimg.html
@@ -1 +1 @@
-<p><img class="lazy" src="{{ .Site.Params.cdnLazyPlaceholder }}" data-src="{{ index .Params 1 }}" alt="{{ index .Params 0 }}" /></p> \ No newline at end of file
+<p><img class="lazyload" src="{{ .Site.Params.cdnLazyPlaceholder }}" data-src="{{ index .Params 1 }}" alt="{{ index .Params 0 }}" /></p> \ No newline at end of file