[Support request] How to resize the thumbnails on my home page ?

Home Forums Support [Support request] How to resize the thumbnails on my home page ?

Home Forums Support How to resize the thumbnails on my home page ?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1966922
    Laurent

    Hi,

    I recently changed my theme and I’m using now Tasty theme.
    But I have a minor issue. The thumbnails of the posts displayed on the homepage are not getting the same size.
    I tried to regenerate the thumbnails but without success….

    How can I fix this please ?

    Thanks.

    Laurent.

    #1966924
    Laurent

    #1966939
    David
    Staff
    Customer Support

    Hi there,

    the theme won’t resize images to all the same size. If you can share a link to your site, i can take a look at the options.

    #1966963
    Laurent

    Hi David,

    Here it is : https://www.lemballageecologique.com/

    Thanks.

    #1967034
    David
    Staff
    Customer Support

    Ideally you want all your original images to be the same aspect ratio.
    If thats not possible, then we can force the images in WP Show Posts to fill a set height using this CSS:

    .wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.