[Resolved] Size for Pictures in a post

Home Forums Support [Resolved] Size for Pictures in a post

Home Forums Support Size for Pictures in a post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #327254
    svenson89

    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.

    #327277
    Leo
    Staff
    Customer Support

    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.

    #327295
    svenson89

    Perfect, thanks ๐Ÿ™‚

    #327315
    Leo
    Staff
    Customer Support

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.