From e92ad46aa76893b1cf2a1b4f55cb5b31471c171a Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 16 Mar 2023 20:59:22 -0700 Subject: [PATCH] Add img-fluid to gallery images --- layouts/shortcodes/paige/gallery.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/shortcodes/paige/gallery.html b/layouts/shortcodes/paige/gallery.html index 9d20d058..e9d3bfeb 100644 --- a/layouts/shortcodes/paige/gallery.html +++ b/layouts/shortcodes/paige/gallery.html @@ -43,6 +43,7 @@
{{ partial "paige/a.html" (dict "content" (partial "paige/img.html" (dict + "class" "img-fluid" "height" $height "maxheight" $maxheight "maxwidth" $maxwidth @@ -66,6 +67,7 @@ {{ range $resources }} {{ partial "paige/a.html" (dict "content" (partial "paige/img.html" (dict + "class" "img-fluid" "height" $height "maxheight" $maxheight "maxwidth" $maxwidth