[Support request] Image size problem after update WP Show Posts

Home Forums Support [Support request] Image size problem after update WP Show Posts

Home Forums Support Image size problem after update WP Show Posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1581129
    hans_grif

    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.

    #1581214
    hans_grif

    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!

    #1581620
    David
    Staff
    Customer Support

    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.

    #1581646
    hans_grif

    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/

    #1582508
    hans_grif

    Hi David,

    Tom reacted in the WPSP forum.

    .wpsp-card .wp-show-posts-image img {
        height: 250px;
    }

    This solved the problem.

    #1582686
    David
    Staff
    Customer Support

    Hi Hans,

    sorry your last reply slipped past our system – glad to hear Tom resolved it! Thanks for letting us know.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.