Featured image size too big in gutenberg editor

I am creating a post using the new Gutenberg editor in Wordpress and the featured image is too big. The featured images in the classic editor are the correct size.

I don’t want to have to change the CSS for every new post; I need to have the featured image the same in all posts.

Hi There,

Thank you for writing in, please add this to Theme Options > CSS

.single-post .entry-featured {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

This will limit the size of your posts’ featured image to 60%.

Please be reminded that we do not provide support for 3rd party plugins

You can also refer to the Gutenberg handbook.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.