From b18516d29cf410105dbbd05f80efcaa0adc43e8b Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 1 Mar 2023 21:17:43 -0800 Subject: [PATCH] Remove img-fluid from gallery images --- layouts/shortcodes/paige/gallery.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/layouts/shortcodes/paige/gallery.html b/layouts/shortcodes/paige/gallery.html index e93ed51c..853a7fe3 100644 --- a/layouts/shortcodes/paige/gallery.html +++ b/layouts/shortcodes/paige/gallery.html @@ -38,7 +38,6 @@
{{ 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