From: Laury GvR Date: Wed, 31 Dec 2014 17:03:30 +0000 (-0500) Subject: NGGallery image width fix X-Git-Tag: v1.0.0~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=cdd6cd91510f4dc1bf0db79bd13a311340e9efa0;p=WP-Themes%2FWildBillsATVs.git NGGallery image width fix --- 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