Archived topic
Featured Image
10 replies · Started by lionel on December 14, 2017
Hi Tom;
is it possible to set the Featured Image Sction for Posts to full width? If so how.
Any help will be appreciated.
Lionel
Hi there,
Full width of the container or full width of the page?
Hi Leo;
If you go to http://ssdelpepino.com/de-navidades-y-fiestas-patronales/ what I want is that the Post Featured Image be as wide the browser window. It seem to me that must be the Page.
Thanks
Setting the location to above content will make it full width as long as the image is big enough: https://docs.generatepress.com/article/adjusting-the-featured-images/
Image is 1280 pxs wide and is set to above content. It seems to me it is wide enough.
You can force the container to be full width:
.featured-image.grid-container {
max-width: 100%;
}
Thanks Tom.
Do not know what is going on but there is no success.
The image simply isn't wide enough.
You can force it to be, but it will lose quality:
.featured-image.grid-container img {
width: 100%;
}
Let me know how much is wide enough
Issue solved. I cropped the img to 1920X600 and it worked. I let the client know about the quality and since this is a history site with images 100 years ago and more he says it does not matter.
Awesome :)