Archived topic
image size on blog content
5 replies · Started by Jusung on January 9, 2023
When I reduce the window screen, I can see the empty spacing on the image section.
Could you help with this?
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
On this link, you can try to reduce the window size and you can see the empty space on the image section.
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%;
}
Thank you!
it is settled!
Glad to hear that