Site logo

Archived topic

How to resize the thumbnails on my home page ?

4 replies · Started by Laurent on October 18, 2021

Viewing posts 1–5 of 5

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.

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.

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;
}
This archived topic is closed to new replies.