[Support request] Control Featured image in blog post

Home Forums Support [Support request] Control Featured image in blog post

Home Forums Support Control Featured image in blog post

  • This topic has 2 replies, 3 voices, and was last updated 7 years ago by Tom.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #308465
    Kristian Carøe

    Hi

    If I choose a featured image for a blog post, and in the Blog part of appearance sets the size to a custom size it looks nice. But if I then click on the post show I can read the complete blog post, the image is shown in its full size. Is there a place where I can controll this in-post-size-featured-image ?
    You can see it here http://www.cfonline.dk only post there is.

    #308576
    Leo
    Staff
    Customer Support

    Hi Kristian,

    Looks like you are hiding the feature image in single post right now?

    If can restrict the size with CSS like this:

    .page-header-image-single {
        max-width: 800px;
    }

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

    Let me know if this helps.

    #308783
    Tom
    Lead Developer
    Lead Developer

    First you would want to put your image inside the content area in Customize > Layout > Page Header.

    Then you would use this CSS:

    .page-header-image-single img {
        max-width: 100px;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.