May 7, 2019 at 9:25 am
#63122
Theme Horse Support Team
Keymaster
Hi,
What you can do is upload the image with the same ratio size according the image container or just paste the below custom css code in Appearance > Customizer > Additional CSS
.post-img-wrap .post-img,
.page-single-img-wrap .post-img {
background-size: contain;
}
Thank you!