• Resolved tristanpglaw

    (@tristanpglaw)


    I’m having an issue with the plugin where images displayed using the basic thumbnails grid are not being displayed in a proper grid. New rows are being added randomly with random blank spots inserted

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Mihai Ceban

    (@mihaiimagely)

    Hi @tristanpglaw,

    This would usually happen due to the grid system in case that you have at least an image of a different height that’ll basically push the row below.

    You can enable fixed size thumbnails from “NextGen Gallery>>Gallery Settings>>Basic Thumbnails” by setting “Override thumbnail settings”and “Thumbnail crop” to “Yes” or perhaps use a custom CSS rule like the one from below to artificially increase the height of all the rows in hope that’ll be enough for the thumbs of the largest height to fit:

    .ngg-gallery-thumbnail-box {
        min-height: 200px;
    }
    Thread Starter tristanpglaw

    (@tristanpglaw)

    The CSS modification worked. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Basic thumbnails displaying images on random new rows’ is closed to new replies.