Add img-fluid to gallery images

master
Will Faught 2 years ago
parent 7df1f6e91d
commit e92ad46aa7

@ -43,6 +43,7 @@
<div class="col"> <div class="col">
{{ partial "paige/a.html" (dict {{ partial "paige/a.html" (dict
"content" (partial "paige/img.html" (dict "content" (partial "paige/img.html" (dict
"class" "img-fluid"
"height" $height "height" $height
"maxheight" $maxheight "maxheight" $maxheight
"maxwidth" $maxwidth "maxwidth" $maxwidth
@ -66,6 +67,7 @@
{{ range $resources }} {{ range $resources }}
{{ partial "paige/a.html" (dict {{ partial "paige/a.html" (dict
"content" (partial "paige/img.html" (dict "content" (partial "paige/img.html" (dict
"class" "img-fluid"
"height" $height "height" $height
"maxheight" $maxheight "maxheight" $maxheight
"maxwidth" $maxwidth "maxwidth" $maxwidth

Loading…
Cancel
Save