Tagged: Blog, feature image, single post, size
I’m trying to change the feature image height max on blog posts to 300px. What’s the code to do that?
Hey Jox!
You can add this on Quick CSS or custom.css:
.big-preview.single-big img {
max-height: 200px;
}
Best regards,
Ismael
How can I edit the way the theme crops my feature image? I like being able to have a HD feature image on our articles that’s bigger than just 300px in height and 700 in width, but I also want it to be cropped correctly. For example, the link to the article below. It looks normal now, because I resized the image to have a height of 300. Before, when it was roughly 700, it would ALWAYS cut of the center guys face from the mouth up.
Hi!
The only way I know of to do it outside of uploading a specific cropped image is: http://wordpress.org/plugins/thumbnail-crop-position/
Regards,
Devin