Archived topic
Size of Featured Image in Posts
5 replies · Started by Thomas on February 16, 2016
Hallo,
when inserting a Featured image in a post, it appears very large at the top of the post.
I tried reducing the size via customizer - no effect, still large.
Any ideas?
Hi there,
Couple options:
a) If you have the Page Header add-on, you can move it inside the post container which will reduce the size in "Customize > Page Header".
b) You can remove it completely and add the image inside your content with this CSS:
.page-header-image-single {
display: none;
}
Let me know if you need more info :)
Hi Tom,
I have ALL your plugins.
Thank you for your quick answer. This is not an option.
1. I need the classic featured image to be displayed at the Blog Post page. If I remove it in the post, there is no image on the blog post page..
2. I try to find a possibility to crop the featured image (when saving the post) automatically to 150x150 an to display it on the right side of the post title.
Unfortunatley, I now have several other problems:
- The Blog Page plugin shows the text, but not the selected image.
- all images insterted in a post are now cropped to a Vertical size - looks terrible
What can I do?
If you remove it in the single post with the CSS I provided, the post image/featured image will still be displayed on the blog page.
Can you link me to a post where you've tried to crop the image to 150x150 and it doesn't look right?
Let me know :)
Hi Tom,
Sorry. It was my fault.
I messed up with the site plugin an the blog header.
Now everything is ok.
I had to put in 150 x 150,there was no automatic resize.
Now it is ok.
Thanks.
Glad you got it working! :)
