We're merging with GenerateBlocks! Learn more here.

[Resolved] Image size problem after update

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Image size problem after update

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24163
    Hans
    Participant

    Hi, I just updated to WP Show Posts Pro 1.0.0 which caused a problem. Before the update, all 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.

    https://grifontwerp.nl/werk/

    #24253
    Hans
    Participant

    Problem not resolved yet.

    Before update posts’ featured images were different sizes, but were all displayed with the same dimensions, so that it looked great. After update they are now all different heights.

    How can I make it go back to what it was before? Please help!

    #24255
    Hans
    Participant

    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!

    #24274
    Tom
    Keymaster

    Hi there,

    In the alpha/beta versions, we had this CSS for the default card style:

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

    It was removed, as we decided the image height shouldn’t be up to us.

    You should be able to add the above and it will take it back to the way it was in the alpha versions 🙂

    #24287
    Hans
    Participant

    Thanks Tom,

    This works perfect.

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