• I am using the theme Twenty-Ten 1.1 by wordpress. I recently updated to wordpress version 3.0.3 and I am noticing that images that I insert at one of the given size and then scale down more later in the image options no longer scale correctly, as seen below.

    http://www.nschwaller.com/mywork/architecture/maine

    This is a major problem for me because prior to the update they DID scale correctly and so I have pages up with this awkward mistake. How can I fix this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • twenty ten as the dafault theme of wp3 will be overwritten with an update, and your customisation will/might be lost.
    check making a child theme http://codex.wordpress.org/Child_Themes , or at least rename your ‘twentyten’ theme folder and theme name in style.css.

    to your question:
    look into your old threads – i remember you got a solution there.

    Thread Starter nschwall

    (@nschwall)

    But the solution no longer works. Originally I was told to take

    /* =Images
    ————————————————————– */

    #content img {
    margin: 0;
    height: auto;
    max-width: 640px;
    width: auto;
    }

    and to remove “width: auto;”

    But now the style.css reads this:

    /* Images
    ————————————————————– */

    #content .gallery .gallery-caption {
    margin-right: 0;
    }

    #content .gallery .gallery-item {
    float: right;
    }

    Thread Starter nschwall

    (@nschwall)

    Never mind, fixed it. Thanks for the patience and help!

    what style.css are you editing?

    it should be the one /wp-content/themes/twentyten/style.css

    to my knowledge still the same as before; also the one that is used in your linked site.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image Scaling Issue with Update???’ is closed to new replies.