Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same thing. It seems that script that edits thumbnails works not accurate in some cases, for example, I have set thumbnail sizes to 150*100, but when I edited thumbnails, some of them became 150*99 and this is the reason of breaking the alignment.

    I fixed this in that way:

    .ngg-gallery-thumbnail {
    	min-height: 109px;
    }

    You should calculate your own min-height value (in my case I have 100px height and top/bottom paddings and margins give the additional 9 pixels), but you can just detect the max height of your ngg-gallery-thumbnail with firerbug in Firerfox and so on.

    Thread Starter ritama

    (@ritama)

    Thanks for the response! I will try your suggestion and see if that fixes it. Will let you know 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGEN Gallery] Edit Thumb in Gallery breaking the Grid’ is closed to new replies.