Remove img-fluid from gallery images
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
<div class="col">
|
||||
{{ partial "paige/a.html" (dict
|
||||
"content" (partial "paige/img.html" (dict
|
||||
"class" "img-fluid"
|
||||
"height" $height
|
||||
"maxwidth" $maxwidth
|
||||
"method" $method
|
||||
@@ -61,7 +60,6 @@
|
||||
{{ range $resources }}
|
||||
{{ partial "paige/a.html" (dict
|
||||
"content" (partial "paige/img.html" (dict
|
||||
"class" "img-fluid"
|
||||
"height" $height
|
||||
"maxwidth" $maxwidth
|
||||
"method" $method
|
||||
|
Reference in New Issue
Block a user