summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/lazyimg.html
blob: ff36b351f69672d58211ad65ddf42f880c28e452 (plain) (blame)
1
2
3
<p>
    <img class="lazyload img-zoomable" src="{{ .Site.Params.lazyPlaceholder }}" data-src="{{ index .Params 1 }}" alt="{{ index .Params 0 }}" />
</p>