• Resolved maryreyes

    (@maryreyes)


    How can I make all of the forum images appear the same size (roughly) in the forum listing? For several of the forums, I am using the same image file and even that doesn’t appear the same size for all of those. I have the size set to the default thumbnail size.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robin W

    (@robin-w)

    although not perfect, this will get you to something closer

    .attachment-thumbnail.size-thumbnail.wp-post-image {
    	width: 75px;
    }

    add this to the custom css tab of my plugin

    you can play with the 75px number to get the size you want

    Thread Starter maryreyes

    (@maryreyes)

    Thank you! That mostly worked the way I wanted. Is there a way to set a minimum size? I’m seeing that the forums with longer descriptions have the forum images squeezed smaller. I would rather have all of the images the same size and have more vertical space for the forum listings.

    Plugin Author Robin W

    (@robin-w)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Forum Image Size’ is closed to new replies.