Home Forums WoodMart support forum Blog image equal height

Blog image equal height

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #706941

    vynil
    Participant

    Hey team, how can I make the blog featured image in the blog page grid + in the Blog widget equal? Is there any way to “fixate” it in the settings to avoid the need to resize images manually before upload? Thank you in advance.

    Attachments:
    You must be logged in to view attached files.
    #706944

    vynil
    Participant

    Adding link to site

    #706964

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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,

Viewing 3 posts - 1 through 3 (of 3 total)