• In the theme I use, there is aFeatured Image which both creates the thumbnail for social media links and a large centred image at the top of each article we post.

    I didn’t really want a large image at the top of every post, but I can accept it as a necessary evil for the link thumbnails.

    Except that in the last couple of updates the Featured Image at the top of each post is rarely centred, and is not the correct size. The source images come in many different sizes from different sources, and it will be a significant effort to correct every incoming image to fit in the article’s topmost image.

    Is there a rule about the jpg size for Featured Image sources, or is there a way to get the image to just fill the field appropriately?

    Thanks

    • This topic was modified 4 years, 5 months ago by Jan Dembowski.

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

Viewing 1 replies (of 1 total)
  • The easiest way is to hide this image with CSS.

    On Dashboard, go to Appearance > Customize > Additional CSS

    And put this code:
    .single-post .featured-media{display:none;}

    And finally, click on Publish button.

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Image Automatic Resizing’ is closed to new replies.