Hello
I’ve looked carefully at this post –
https://kriesi.at/support/topic/how-to-adjust-featured-image-height-in-single-post/#post-274245
I edited the index-loop.php and added it to my child theme, both in an ‘includes’ directory and also in the child theme’s root (wasn’t clear as to where it should go), plus I installed the regenerate plugin and regenerated just the one image that I’m using as an example for the post, below, and it’s still cropping top and bottom and not showing the full image. Please advise. Thanks!
Hey webWahine,
From what I can see your image is not being cropped in the post, while it is 845×321 the page scales it down to fit but none is cut off. See the link in the private area, if your original image looks different then your media upload setting should be changed.
Best regards,
Mike
Thanks for the very fast reply! The featured image is actually 1920×1280 pixels, so it is getting cropped top and bottom – I just removed and then re-imported another featured image, also 1920×1280 pixels, and it’s still not showing the full image. I see that it is resizing it the same way. I tried to isolate this with css in my child theme, but to no avail –
.single-tribe_events .tribe-events-event-image img {
height: auto !important;
width: 100% !important;
border: 0px solid red; // for testing only
}
How can I stop it from resizing it – it should be 845 x 563 to maintain the correct sizing.
Hi,
I think I found were the 845×321 is coming from and how to edit it, please try the solution here:
https://kriesi.at/support/topic/how-to-maintain-aspect-ratio-for-big-preview-featured-image-on-blog/#post-332548
Best regards,
Mike
Hey!
Here how to adjust the size of the featured images at tribe events
Regards,
Basilis
Ok, so finally I have it working using the plugin from above! I did look at the settings in the ECPro docs but the plugin is much easier – thanks, everyone!!!