Remove img-fluid from gallery images

master
Will Faught 2 years ago
parent 82e0944882
commit b18516d29c

@ -38,7 +38,6 @@
<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
"maxwidth" $maxwidth "maxwidth" $maxwidth
"method" $method "method" $method
@ -61,7 +60,6 @@
{{ 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
"maxwidth" $maxwidth "maxwidth" $maxwidth
"method" $method "method" $method

Loading…
Cancel
Save