Featured images are not cropped properly. How can I have different category thumbnails?
in Other
Hi,
I have a banner image as a featured image for the posts. The image has text and visuals. The image looks fine on the single post page, but when I see the post categories, the image is cropped from the middle. It cuts the text and visuals in a way that the site is looking bad. I need a solution for this.
In particular, I would want to show a different image as a post featured image and a separate image for the thumbnails view on the rest of the site, including post archives, and in widgets.
How do I do that? Please advise.
Thanks
Usman
Comments
if you want to change images sizes, you need to play with functions/theme-functions.php file where add_image_size() functions are. After that change, you must use Force Regenerate Thumbnails plugin as well.
Thanks!