• The theme automatically resizes featured images based on it’s “responsive” ability. The result is excessively sized images. I want to set a maximum height of 150px for each featured image, but the theme has no option. I’m not using a child theme, and I don’t want to write to function.php or style.css. I’ve tried this css to no avail:
    img.single-featured {
    max-height: 150px!Important;
    width: auto!Important;
    }

    Any suggestions? I’d hate to change themes just for this, but it’s very important to me! Thanks in advance. Steve

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your site looks great, it looks like you figured a way to make it work.

    For each post I am making an image for the “Featured image” that is always landscape, 2x as wide as tall, that seems to work.

    The older posts look awful though.

    Good Luck

    Theme Author Ben Sibley

    (@bensibley)

    Sorry I must have missed this request previously.

    Mission News expands the image to fill the space which is about 600px wide. Otherwise, the pages would look very awkward, like this: https://screenshot.competethemes.com/2Nuylng0

    If the image is 600px wide then it will display at a sharp resolution for all screen sizes. Mission News doesn’t have requirements for the aspect ratio and won’t crop images automatically. If the image being used is small or thumbnail size then it would be best to insert it into the post instead of using it as a Featured Image since it doesn’t require prominence on the site.

    • This reply was modified 4 years, 7 months ago by Ben Sibley.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Maximum Featured Image Height’ is closed to new replies.