From cdd6cd91510f4dc1bf0db79bd13a311340e9efa0 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 31 Dec 2014 12:03:30 -0500 Subject: [PATCH] NGGallery image width fix --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index c3d4d6e..c26c90d 100644 --- a/style.css +++ b/style.css @@ -309,7 +309,8 @@ html { /* Nextgen Gallery */ .ngg-gallery-thumbnail-box, -.ngg-gallery-thumbnail { +.ngg-gallery-thumbnail, +.ngg-gallery-thumbnail img { width: 100%; } /* End Nextgen Gallery */ \ No newline at end of file -- 2.17.1