PenciDesign Supporter replied
Hi,
I've rechecked your site, and all the images are now displayed in full size. To ensure they fit the post layout, some images may need to be centered in the featured image area.
If you wish to force them to fit the area, please go to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:
.penci-image-holder {
background-size: contain;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
}Regards,
PenciDesign.