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