Site logo

[Resolved] image size on blog content

Home Forums Support [Resolved] image size on blog content

Home Forums Support image size on blog content

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2488487
    Jusung

    When I reduce the window screen, I can see the empty spacing on the image section.
    Could you help with this?

    #2488534
    Fernando
    Customer Support

    Hi Jusung,

    Yes, we can help. Can you provide a link to a specific page on your site where we can observe this issue?

    You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    #2488705
    Jusung

    On this link, you can try to reduce the window size and you can see the empty space on the image section.

    #2488737
    David
    Staff
    Customer Support

    Hi there,

    your featured images width is 500px, so its not wide enough to fill the container at that screen size.

    If the image was at least 768px it would fill the area.

    Alternatively, edit the Content Template, use a GB Image Block to display the Featured Image, and in its settings you cans set the width to 100%.

    Or if you keep the content template as it is, you can use this CSS to do that:

    .dynamic-featured-image {
        width: 100%;
    }
    #2489523
    Jusung

    Thank you!

    it is settled!

    #2489762
    David
    Staff
    Customer Support

    Glad to hear that

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