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