I need help finding where and how to change the size and crop of a featured image within a post. I’ve looked in functions.php and init.php, but with no success. I’m using a child theme of the inLine theme.
The current height is set for 130px.
I’ve tried changing the css, but that only stretches the image.
Do this in functions.php:
Or if you’d rather use a plugin-
http://wordpress.org/extend/plugins/additional-image-sizes-zui/
And then in your post, retrieve it like so in your single.php or loop:
In your functions.php, paste one of these and adjust pixel width and height to your liking:
OR: