January 27, 2022 at 12:41 am
#96470
Theme Horse Support Team
Keymaster
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%;
}