• Resolved Claudia

    (@twiggs)


    I am using My White Theme and I usually post images 560px wide, as I work them all on PS to have the same size.

    My content is 800px wide and I was trying to upload an image 800px wide as well and the image does not show up as wide as the text and I can’t figure out why!

    Can someone help me with this?

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • @twiggs,
    It would help immensely if you post a link to your site. There are lots of possible reasons why the image would not appear 800px wide. Have you looked at the properties of the image itself (click on the image, then the little “landscape icon”) to see if the settings on the image are to be less than full size?

    Thread Starter Claudia

    (@twiggs)

    sorry, you are right! here it is: https://www.aplacefortwiggs.com/

    but now there are only 560px images, because i was just testing the post with a wider image.

    and yes, i have seen those properties and it says full-size… that is why i don’t understand where am i failing!

    thank you! ??

    That does help.
    On line 109 of your style.css, there is a max-width property for images in your entries

    div.entry img {
        border: medium none;
        height: auto;
        max-width: 540px;
    }

    This is keeping your images from getting bigger than 540px wide.
    (I used Firebug to inspect the CSS properties applied to your images…)

    @twiggs, yes Robert is right. it works for me…

    Thanks, Robert.

    Thread Starter Claudia

    (@twiggs)

    @robert thank you so much! I looked through the CSS but didn’t find that line of code! Now everything makes sense… and i was thinking that my images were 560px… well, they are, but they get re-sized for 540px, which is not that much of a difference for my eyes.

    Thread solved ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image size on posts’ is closed to new replies.