|
|
@ -51,7 +51,7 @@
|
|
|
|
{{ range $resources }}
|
|
|
|
{{ range $resources }}
|
|
|
|
{{ partial "paige/image.html" (dict
|
|
|
|
{{ partial "paige/image.html" (dict
|
|
|
|
"breakpoints" $breakpoints
|
|
|
|
"breakpoints" $breakpoints
|
|
|
|
"class" $class
|
|
|
|
"class" (printf "img-fluid %s" $class)
|
|
|
|
"densities" $densities
|
|
|
|
"densities" $densities
|
|
|
|
"fetchpriority" $fetchpriority
|
|
|
|
"fetchpriority" $fetchpriority
|
|
|
|
"height" $height
|
|
|
|
"height" $height
|
|
|
@ -77,7 +77,7 @@
|
|
|
|
{{ range $resources }}
|
|
|
|
{{ range $resources }}
|
|
|
|
{{ partial "paige/image.html" (dict
|
|
|
|
{{ partial "paige/image.html" (dict
|
|
|
|
"breakpoints" $breakpoints
|
|
|
|
"breakpoints" $breakpoints
|
|
|
|
"class" $class
|
|
|
|
"class" (printf "img-fluid %s" $class)
|
|
|
|
"densities" $densities
|
|
|
|
"densities" $densities
|
|
|
|
"fetchpriority" $fetchpriority
|
|
|
|
"fetchpriority" $fetchpriority
|
|
|
|
"height" $height
|
|
|
|
"height" $height
|
|
|
|