Remove img-fluid from gallery images
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user