+ {{- range $i, $img := $bundleImages -}}
+ {{- $stem := $img.Name | strings.TrimSuffix ".png" -}}
+ {{- $video := $.Resources.GetMatch (printf "%s.mp4" $stem) -}}
+
+
+ {{- if $video -}}
+
+ {{- else -}}
+ {{- partial "img.html" (dict "res" $img "widths" (slice 800 1200) "sizes" "(max-width: 640px) 100vw, (max-width: 1024px) 50vw, 33vw" "class" "w-full pointer-events-none") -}}
+ {{- end -}}
+
+
+ {{- end -}}
+