Site logo

[Support request] future image

Home Forums Support [Support request] future image

Home Forums Support future image

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1049391
    Suresh Sudharsanam

    Hi, I would like the use future image on the blog post in home page.
    i have noticed all images are not in standard size.. is it possible to add any CSS to keep all future images in same sizes.

    #1049560
    David
    Staff
    Customer Support

    Hi there,

    can you provide a link to the Site so i can take a look at the issue?
    You can edit your first post in this topic and use the Site URL field to share the link privately.

    #1052570
    Suresh Sudharsanam

    here is the link. http://www.techeworks.com

    #1052573
    Suresh Sudharsanam

    also i would to reduce space which marked in yellow color.

    please see the image https://www.techeworks.com/wp-content/uploads/2019/11/Capture.jpg

    #1052641
    David
    Staff
    Customer Support

    This CSS will force all featured images to cover a 200px square container:

    .post-image img {
        width: 200px;
        height: 200px;
        -o-object-fit: cover;
           object-fit: cover;;
    }

    And this to reduce bottom margins:

    .post-image-aligned-left .inside-article .post-image {
        margin-bottom: 0.25em'
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.