Hi there,
Here’s an update:
https://wpshowposts.com/wp-show-posts-1-2-0/
But it’s still in Alpha version. We were supposed to release a beta version last week but Tom had to do emergency fixes due to the recent WordPress 5.7 update for GP Premium so it was delayed a bit.
If you want to stick with the current official version 1.1.3
, you can force the image to have the dimensions you want by CSS:
Example:
.wp-show-posts-image img {
height: 100%;
}
.wp-show-posts-image {
height: 300px;
width: 300px;
}