• Hi,

    I want to change the thumbnail size for the related posts. It’s currently set to large and I want to change it to thumbnail. How do I do that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @indieisnotagenr,

    I am not sure if I get you. Sorry for my lack.

    Did you mean you would like to make the Featured Image of the Related Posts smaller?

    If you set the Grid Column Layout to four columns, the Featured Image size will be smaller.

    If that is not what you wanted, please provide us with a bit more explanation about your query.

    Kind regards,
    Herman ??

    Thread Starter indieisnotagenr

    (@indieisnotagenr)

    Hi,

    thanks for the reply.

    What I meant is changing the the image size to thumbnail or to a custom size (no point in loading a large image).

    I managed a workaround using this css:

    @media only screen and (min-width: 1024px)
    .single .ast-related-post-featured-section img {
        object-fit: cover;
        height: 200px;
        width: 400px;
    }

    Hi @indieisnotagenr,

    I am pleased to know you have managed to make it work. And thanks for sharing the code. Would be helpful for anyone else who wants to have the same thing.

    Please mark the topic as Resolved and let us know if there’s anything else we can help you with.

    Have a nice day and stay safe!

    Kind regards,
    Herman ??

    DarkDjadai

    (@darkdjadai)

    Found how to delete in the article: https://wpastra.com/docs/how-to-remove-previous-and-next-link-from-single-blog-post/
    Closing the ticket. I’m sorry to bother you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Related Posts Thumbnail Size’ is closed to new replies.