Blog Featured Image Size
Hi,
I have created a child theme and I would like to increase the height of the featured image at the top of the blog post page. The top and bottom of my image are being cropped off.
I have read previous discussions and you have mentioned editing the image size in the theme-functions.php, but if I change this, will my changes be lost with an update?
When I have looked at image size in theme-functions, I cannot see the dimensions that I see when I inspect element in Google Chrome. So I am not sure where they are coming from?
Thank you!
Comments
blog featured image size is set under functions/theme-functions.php file where add_image_size() functions are. For featured image on single post page is responsible below line: