Archived topic
Image size problem after update WP Show Posts
5 replies · Started by hans_grif on December 15, 2020
Hi,
I use WP Show Post and WPSP Pro. I just updated to 1.1.3 which caused a problem. Before the update, all featured images were exactly the same size (height and width). After the update, each image has a different size. At the option ‘Cards’ I have selected ‘Base’. How can I fix this and make sure that every image is exactly the same size again, regardless of the size of the featured image in the post. Thanks.
I managed to resolve the problem with some code i found in the forum.
#wpsp-16311 .wp-show-posts-image img {
height: 250px;
width: 100%;
}
But i am not satisfied about the behaviour on mobile. The code does not support responsive images.
And what happened in the update that caused this change?
So please help!
Hi there,
this really is a topic for the WP Show Posts forum .... but i'll take a look to see what the issue is here - first can you 'remove' that CSS and disable your Cache plugin.
Hi David,
You are right, but on the WPSP forum there was no response. That's why.
CSS deleted and plugin disabled. You see the problem best on https://grifontwerp.nl/werk/
Hi David,
Tom reacted in the WPSP forum.
.wpsp-card .wp-show-posts-image img {
height: 250px;
}
This solved the problem.
Hi Hans,
sorry your last reply slipped past our system - glad to hear Tom resolved it! Thanks for letting us know.