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”.