diff options
Diffstat (limited to 'layouts/shortcodes/lazyimg-col.html')
-rw-r--r-- | layouts/shortcodes/lazyimg-col.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/shortcodes/lazyimg-col.html b/layouts/shortcodes/lazyimg-col.html index c973e67..ce68446 100644 --- a/layouts/shortcodes/lazyimg-col.html +++ b/layouts/shortcodes/lazyimg-col.html @@ -1 +1,3 @@ -<p><img class="lazyload" src="{{ .Site.Params.lazyPlaceholderCol }}" data-src="{{ index .Params 1 }}" alt="{{ index .Params 0 }}" /></p>
\ No newline at end of file +<p> + <img class="lazyload img-zoomable" src="{{ .Site.Params.lazyPlaceholderCol }}" data-src="{{ index .Params 1 }}" alt="{{ index .Params 0 }}" /> +</p>
\ No newline at end of file |