• hi there i am developping a wordpress theme but i cant manage to “resize” the images. Ok i will explain myself better.

    With wordpress “default” theme when you add to a post a image on its “original size” it NEVER gets wider than the width of the <div>.

    example: if i add an image with 800*600 i want it to load the “original size” (800*600) but to show it “resized” to the maximum witdh of the div.

    how can i do that?

    any help apreciated,
    thanks . ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Check out the css file for the default template. In the images subsection (which starts at about line 333 in my copy) you’ll see images have max-width set to 100%.

    Hope that helps,

    Matt

    Thread Starter megafu

    (@megafu)

    YES!

    that was it . ??

    woohooo .. ?? i definatelly need to learn CSS . ??

    well … u can sleep well . u just made someone happy . ??

    This is exactly what I was looking for as well. It works fantastically in IE7 and Firefox, but not in IE6. Is there a fix for that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘image size’ is closed to new replies.