[ad_1]
Hi there,
can you share a link to where we can see the issue on your site?
(@yingscarlett)
I don’t see any issue with the featured image, it respects the original aspect ratio, and showing correctly.
If you want to limit its height, it requires GP Premium or custom CSS.
.single-post img.single-featured-image {
max-height: 400px;
width: 100%;
object-fit: cover;
}
Thanks Ying! That worked. Do you have the code for the post images too for the query I shared in another ticket through which I can fix its height and width without changing it for each image?