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: Adjust Featured Image Size

#96470

Hi, giovalt,

Yes, the images are fit in covered so the layout for grid preview is consistent. If the size of the image is not made consistent then the layout will go off but the Featured Image for post/page single can be made to the original size. For that please go to ‘Appearance > Customize > Additional CSS’ and Paste the below Custom CSS code.

.page-single-featured-image.post-img-wrap:before {
	display: none;
}
.page-single-featured-image.post-img-wrap .a-post-img,
.page-single-featured-image.post-img-wrap .post-img {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}
.page-single-featured-image.post-img-wrap .post-img {
	-o-object-fit: unset;
	object-fit: unset;
	height: auto;
	width: 100%;
}