Tagged: featured image
I want to change the size rendering of the featured image, I go to Appearance > Customize > Additional CSS, add css code:
.post-img { background-size: contain; }
But it doesn’t work, How can I make the featured image appear full size? (Don’t crop image)
Hi,
Can you please clarify where you need to show the full size featured image.
Thank you!
Hi, Featured image of the recent posts of the homepage, As shown below:
http://nsysu-ai.tw/wp-content/uploads/2019/05/Artboard_01.png
What you can do is upload the image with the same ratio size according the image container or just paste the below custom css code in Appearance > Customizer > Additional CSS
.post-img-wrap .post-img, .page-single-img-wrap .post-img { background-size: contain; }
It is works! Thank you very much!
Welcome anytime @riddle-apple