Size of post image

Hello, how could I change the size of the image for every post/site? I mean the one that can be chosen in the editor window down right corner. The one that stands on top of the side.

I guess the image width is the same as the text block right? So if I change the size of the image also the text block size will change? Is this true or is it independent?

Regards

Hello,

I hope you are doing well today.

The image with for the blog posts is set to fill the space available to it, so there is a cap somewhat but you can use the following CSS code to edut the image size by going to Appearance > Customize > Additional CSS and pasting it there.


.post-content .entry-header img {
    width: 1018px;
}

Best Regards,
Support

This code is not working!

And it should increase the overall size not only the width.

thanks

Hi @wurstseite,

I am glad to help you out here.

Yes, when you change the height or width then overall size of the image is changed.

Please feel free to contact us again with any other issues.

Cheers