{{- $image := .resource -}} {{- $resizedImages := dict "full" ($image.Fit "2560x2560") "half" ($image.Fit "1280x1280") "quarter" ($image.Fit "640x640") -}}
{{ if .linksToFullSizeImage -}} {{- end -}} {{ . }} {{ if .linksToFullSizeImage -}} {{- end -}} {{ if .shouldShowTitle }} {{ partial "page/figures/caption.html" . }} {{ end }}