[Plugin: NextGEN Gallery] Thumbnail Width @ 33%?
-
Two versions ago when I upgraded my Nextgen Gallery it created a problem with the width of my displaying thumbnails.
(https://www.shadedareas.com/artwork/)
Sometimes it loads fine at first but then scrunches on the refresh. Sometimes it just loads scrunched from the start.I thought it was only a google chrome glitch until I started hearing about it from other people.
I’ve just been waiting for a new version and today I upgraded again hoping it would fix this but it has not.
I looked into my page’s source code and the thumbnail loop is displaying as follows
<!-- Thumbnails --> <div id="ngg-image-299" class="ngg-gallery-thumbnail-box" style="width:33%;" > <div class="ngg-gallery-thumbnail" > <a href="https://www.shadedareas.com/wp-content/gallery/0 signs/cimg2992.jpg" title=" " class="shutterset_0 signs" > <img title="Penciled In" alt="Penciled In" src="https://www.shadedareas.com/wp-content/gallery/0 signs/thumbs/thumbs_cimg2992.jpg" width="100" height="75" /> </a> </div> </div>
As you can see the\ div opener is getting a tail of “style=width33%;” which is clearly the cause of the problem.
I have searched every file I can think might be applicable in WP and NGG and even a few other plugins just be safe. I can’t find any strings containing 33% at all.
Anyone know what function controls and is propagating this in the thumbnail generation?
- The topic ‘[Plugin: NextGEN Gallery] Thumbnail Width @ 33%?’ is closed to new replies.