Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1480989

    Hi, I recently posted about changing the featured image size on my blog posts here: https://kriesi.at/support/topic/blog-post-featured-image-size-4/

    I don’t know if it’s related, but the thumbnails on the related entries element at the bottom of my blog posts are stretched.

    #1481039

    Hey mosaic,

    Thank you for the inquiry.

    Try to add this css code to adjust the aspect ratio of the thumbnails:

    #top .av-related-style-full .related_image_wrap, #top .av-related-style-full .related_image_wrap img, #top .av-related-style-full .related_image_wrap .related_posts_default_image {
        object-fit: cover;
    }

    Best regards,
    Ismael

    #1481057

    thank you!

    #1481076

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Related entries thumbnails are stretched’ is closed to new replies.