Site logo

Archived topic

Adjust featured image size

30 replies · Started by Hilton on September 27, 2019

Viewing posts 1–15 of 31

Hi,

I've noticed that my featured images have different heights. Some are taller and others are shorter. Is there a way to padronize them to the same height?

ex: http://bit.ly/2mnzO7D vs http://bit.ly/2nLuBH4

Thanks

Hi,

I guess my problem is more related to cropping image than resize. I've tried resizing using customizer but it didn't work.

I'm not sure if I understand. What should the end result be?

The resizer should work - make sure to select Posts if you want to edit single posts featured image size:
https://www.screencast.com/t/4QehjC9r

You can set the height only and leave the width to auto.

Let me know :)

Yes, we added this CSS. It is necessary to remove this CSS?
Will check here to disable the cache.

Yes please try to remove the CSS as it's likely overwriting the image resizer option.

Hi Leo,

I've removed the CSS as you can see here http://bit.ly/2neiDFV

But how can I make features images full width without having the same problem?

I tried to adjust width to 750px but it didn't work

Your original image is only 649px in width.

Can you try uploading a bigger image? Try something around 850px in width.

This is not the best solution to me because there are several images like this. I need to stretch the image to full width.

You could try this:

.featured-image img {
    width: 100%;
}

But it will make the image blurry obviously.

Ok, thanks

No problem :)

This archived topic is closed to new replies.