- This topic has 30 replies, 3 voices, and was last updated 3 years, 3 months ago by
Leo.
-
AuthorPosts
-
September 27, 2019 at 9:51 am #1020637
Hilton
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
September 27, 2019 at 10:29 am #1020656Leo
StaffCustomer SupportHi there,
You can use the resizer options in the customizer:
https://docs.generatepress.com/article/adjusting-the-featured-images/Let me know if this helps π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 27, 2019 at 11:02 am #1020688Hilton
Hi,
I guess my problem is more related to cropping image than resize. I’ve tried resizing using customizer but it didn’t work.
September 27, 2019 at 11:06 am #1020693Leo
StaffCustomer SupportI’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/4QehjC9rYou can set the height only and leave the width to auto.
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 27, 2019 at 11:18 am #1020704Hilton
The resizer didn’t work. This is the current configuration https://prnt.sc/pbvp4e
September 27, 2019 at 11:41 am #1020720Leo
StaffCustomer SupportHave you added this CSS anywhere?
https://www.screencast.com/t/pX8b7P7M9RcCan you clear and disable your caching plugin first?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 27, 2019 at 11:50 am #1020731Hilton
Yes, we added this CSS. It is necessary to remove this CSS?
Will check here to disable the cache.September 27, 2019 at 11:51 am #1020733Leo
StaffCustomer SupportYes please try to remove the CSS as it’s likely overwriting the image resizer option.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 27, 2019 at 12:24 pm #1020767Hilton
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?
September 27, 2019 at 12:29 pm #1020770Hilton
I tried to adjust width to 750px but it didn’t work
September 27, 2019 at 12:33 pm #1020781Leo
StaffCustomer SupportYour original image is only 649px in width.
Can you try uploading a bigger image? Try something around 850px in width.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 27, 2019 at 12:41 pm #1020789Hilton
This is not the best solution to me because there are several images like this. I need to stretch the image to full width.
September 27, 2019 at 12:47 pm #1020797Leo
StaffCustomer SupportYou could try this:
.featured-image img { width: 100%; }
But it will make the image blurry obviously.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 27, 2019 at 1:13 pm #1020819Hilton
Ok, thanks
September 27, 2019 at 1:46 pm #1020840Leo
StaffCustomer SupportNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.