Site logo

Archived topic

Size for Pictures in a post

3 replies · Started by svenson89 on June 1, 2017

Viewing posts 1–4 of 4

Hello,

I would like to know what is the optimal size for pictures in the contributions (height and width). I would like to make sure that the picture is also displayed optimally when sharing in Facebook posts.

Furthermore, I would like to know how I can change the position of the article image in the article. So left, right or center.

Many thanks for the help.

Hi there,

There's no optimal size for featured images. It can really be anything as long as you are satisfied with it.

Generally I prefer to use images that are big enough to fill the entire container so alignment is not an issue.

If your images are not big enough, you can align them this CSS depending what you need (default should be left):

.page-header-image-single {
    text-align: center;
}

or

.page-header-image-single {
    text-align: right;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know if this helps.

Perfect, thanks :-)

You're welcome :)

This archived topic is closed to new replies.