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