Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes I have the same problem and have solved it by resizing the image immediately before the gap. When resizing, make the box slightly smaller.

    This has been an issue for a long time and hasn’t been fixed yet.

    As some of your thumbnails are 170px high and some are 169px high this causes the layout issue. Lots of people have this issue so it appears to be a bug in NextGEN – I did submit a bug report on it some time ago but have never received any response.

    You can use the NextGEN recreate thumbnail setting to make them the right height.

    Alternatively you can circumvent this by editing the CSS and settng a thumbnail height eg..

    .ngg-gallery-thumbnail-box {
        height: 190px;
    }

    It’s best not to edit your CSS files directly but if you do then make a backup of the file first. If your theme has a custom CSS facility then use that to make the amendment as it over-rides the NextGEN CSS rather than over-writes it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resizing thumbnails breaks gallery layout’ is closed to new replies.