Tagged: featured image
I am setting a featured image in my posts which shows beautifully in the post slider on the home page but on the single post page it blows my image up to nearly full width regardless of the actual size of the image. I have search codex and WP blogs endlessly but I can not find a solution. I’ve tried a few sizing plugins and nothing seems to work.
Here is a link to a post page that is resizing my images.
http://fittrirun.com/saturday-september-28th-2013/
Thank you for your help.
Heidi
Hey heidi22!
You can add this on your custom.css or Quick CSS:
.single .fullsize .big-preview.single-big {
width: 460px;
margin: 0 auto;
}
Best regards,
Ismael
Thank you Ismael.
This worked but I would like to have the pictures display on the single post at its actual size. I’ve tried 100% and auto but it goes back to stretching the image. Any advice?
Hey!
The image in that single post is displaying at 480px (its real width):
Is that ok? or you want it to be like this:
Cheers!
Josue