Hello,
For the best results, it’s always recommended to use featured images with the same dimensions for your blog posts. This ensures a uniform and visually appealing layout across the blog grid and widgets.
However, if you prefer not to resize or upload new images, you can use the following CSS to make the featured images appear consistent:
.wd-post .wd-post-thumb img {
object-fit: cover;
height: 200px; /* set desired height */
width: 100%;
}
Best Regards,