summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/img-nz-lazy.html
blob: bba88b640b3937ced03fa425d35f70c3cfa31fc7 (plain) (blame)
1
2
3
4
5
{{- if len .Params | eq 3 -}}
<p><div class="image-wrapper ratio-{{ index .Params 0 }}">
  <img class="lazyload" data-src="{{ index .Params 2 | relURL | safeURL }}" alt="{{ index .Params 1 }}" />
</div></p>
{{- end -}}