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