• Resolved jorof

    (@jorof)


    Hi

    I was wondering if it would be possible to get WP Show Posts to automatically adjust the width of the images according to the container.

    Many thanks in advance.`

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Elvin

    (@ejcabquina)

    Hi there,

    Do you want the image to always go the full-width of its container on all viewports?

    If yes, you can try adding this cSS:

    .wp-show-posts-image img {
        width: 100%;
    height: auto;
    }
    Thread Starter jorof

    (@jorof)

    Hi Elvin,

    many thanks for the quick answer.

    Maybe I put the question wrong. I was wondering if there was a possibility to effectively resize the image. Via CSS?

    If I click “Open image in another tab” I see a larger image than I actually see on the site.

    Plugin Support Elvin

    (@ejcabquina)

    Maybe I put the question wrong. I was wondering if there was a possibility to effectively resize the image. Via CSS?

    If you’re trying to change the size of the image itself, I’m afraid that can’t be done with CSS.

    You’ll have to remove the image and reupload it to the site of your preference if you wish to change the size of the image itself on “Open image in another tab”.

    Thread Starter jorof

    (@jorof)

    Ok, got it. Many thanks.

    Plugin Support Elvin

    (@ejcabquina)

    No problem. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP Show Posts – image size’ is closed to new replies.