Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #182145

    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

    #182290

    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

    #183025

    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?

    #183831

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Post featured image is resizing too big.’ is closed to new replies.