We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef7f72 commit 47f3593Copy full SHA for 47f3593
layouts/_default/_markup/render-image.html
@@ -20,7 +20,7 @@
20
{{- if gt (index $respSizes 0) $src.Width -}}
21
{{- $respSizes = slice $src.Width -}}
22
{{- end -}}
23
- <picture t="">
+ <picture>
24
{{- range $imageType := $imageTypes -}}
25
<source type="image/{{ $imageType }}" srcset="
26
{{- with $respSizes -}}
0 commit comments