{{- /* lightgallery */ -}} {{- $src := .Src -}} {{- $width := .Width -}} {{- $height := .Height -}} {{- with dict "Path" $src "Resources" .Resources | partial "function/resource.html" -}} {{- $src = .RelPermalink -}} {{- /* Resources can not get width and height of image for svg type */ -}} {{- if (not $.Width) | and (not $.Height) | and (ne .MediaType.SubType "svg") -}} {{- $width = .Width -}} {{- $height = .Height -}} {{- end -}} {{- end -}} {{- $small := .SrcSmall | default $src -}} {{- with dict "Path" .SrcSmall "Resources" .Resources | partial "function/resource.html" -}} {{- $small = .RelPermalink -}} {{- end -}} {{- $large := .SrcLarge | default $src -}} {{- with dict "Path" .SrcLarge "Resources" .Resources | partial "function/resource.html" -}} {{- $large = .RelPermalink -}} {{- end -}} {{- $alt := .Alt | default $src -}} {{- $caption := .Caption | default $alt -}} {{- $loading := .Loading | default "lazy" -}} {{- $commonScript := "this.title=this.dataset.title;this.alt=this.dataset.alt;for(const a of ['style','data-title','data-alt','onerror','onload']){this.removeAttribute(a);}" -}} {{- $onload := printf " onload=\"%vthis.dataset.lazyloaded='';\"" $commonScript | safeHTMLAttr -}} {{- $onerror := printf " onerror=\"%v\"" $commonScript | safeHTMLAttr -}} {{- $style := printf " style=\"background: url(%v) no-repeat center;\"" (resources.Get "svg/loading.svg" | minify).RelPermalink | safeHTMLAttr -}} {{- if eq $loading "eager" -}} {{- $onload = "" -}} {{- $onerror = "" -}} {{- $style = "" -}} {{- end -}} {{- if .Linked -}} {{- end -}} {{ $alt }} {{- if .Linked -}} {{- end -}}