badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: How to make the featured image appear full size?

#63122

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!