BuddyDev

Search

[Resolved] Same size for gallery thumbnails?

  • Participant
    Level: Master
    Posts: 163
    Audiomonk on #13213

    Is it possible to make the gallery thumbnails equal size ? Even if it means vertically stretching some of them. When the galleries are listed on the front page of my site looks a little wonky with them being at different sizes. Probably just some CSS code I’d imagine.

    Any ideas?

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #13218

    Hi Audiomonk,
    can you pleas visit Dashboard->MediaPress->settings->General and let me know if the cropping is enabled for the thumbnail?

    Cropping should generate a fixed size image.

  • Participant
    Level: Master
    Posts: 163
    Audiomonk on #13242

    It wasn’t enabled, but I enabled it just now and still showing the same. Maybe it’s cached?

  • Participant
    Level: Master
    Posts: 163
    Audiomonk on #13243

    I changed the CSS

    .mpp-item-entry .mpp-item-thumbnail img {
    width: 200px;
    height: 200px;
    }

    That seems to have worked, let me know if that’s wrong? (custom css)

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #13252

    Hi Audiomonk,
    It will generate the cropped image for future uploads.

    For already existing uploads, you may want to use a tool like generate Post Thumbnail to regenerate it.

    Hope that helps.

    Regards
    Brajesh

  • Participant
    Level: Master
    Posts: 163
    Audiomonk on #13576

    Sorry for the delay, thanks Brajesh 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #13599

    You are welcome.

The topic ‘ [Resolved] Same size for gallery thumbnails?’ is closed to new replies.

This topic is: resolved