• 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    this is generated through the gallery options setting->columns, you set it to three so its 33% try setting to two you will get 50%.

    best regards
    bee

    Thread Starter grypesagon

    (@grypesagon)

    wait really? then maybe that’s not what’s causing the image scrunching.

    interesting.

    after tinkering some I found that these two settings are kinda the problem:

    Set fix dimensions
    Crop square thumbnail from image

    if either is activated then it causes the narrow glitch. The thumbnails are the correct height but the width is like 25px.

    however deactivating them leaves these tiny little bitty thumbnails where the 25px width is still the case but the height is proportionate.

    not great but better than the warped slim things.

    hopefully someone will figure this out soon.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGEN Gallery] Thumbnail Width @ 33%?’ is closed to new replies.