Force dimension featured image

Posted in: Newspaper
Post count: 199

Hi, wanted to force the featured image size always to 640px wide. How can we do? Not all images, only one featured.

Thanks

Post count: 22421

Hello,
You can use css do do it, but it depends on the post template you chose. Different post templates use different sized featured images. If for example you use post style 2, then you can use this css:
@media (min-width:141px){
.td-post-template-2 .td-post-featured-image img {
width:640px!important;
margin-left: auto;
margin-right: auto;
}
}

Thank you!

Post count: 199

Thanks Bogdan.

I can’t use a width: 100%?

Post count: 22421

Hi,
If you set it to width 100% it will get the width of the container. The standard container for a post with sidebar is 696px. This is the default featured image size.
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.