Site logo

Archived topic

Featured Image

10 replies · Started by lionel on December 14, 2017

Viewing posts 1–11 of 11

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?

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 :)

This archived topic is closed to new replies.