• This is the HTML in my post
    <img src="http://brix617.com/wp-content/uploads/ipod_people_blue.gif" alt="" width="280" height="200" />

    But on the homepage and on the single page it displays the maximum size. It doesn’t resize. It displays width=”600″

Viewing 1 replies (of 1 total)
  • Thread Starter BRIXBOSTON

    (@brixboston)

    This was the culprit
    [CODE]#content img {
        margin: 0;
        height: auto; /*comment this out of TwentyTen*/
        max-width: 540px;
        width: auto; /*comment this out of TwentyTen*/
    }[/CODE]

    Firefox only issue it seems

Viewing 1 replies (of 1 total)
  • The topic ‘Images Not Resizing’ is closed to new replies.