• Resolved fouadovic

    (@fouadovic)


    Hello :
    When i upload image in the admin area, the image has as default, its real size. Can i limit the width of the image (<450px) when uploading (Using GD LIB for exemple)?
    CSS proprety “max-width” don’t work on IE6, so i have problems on displaying pages.
    Thanks

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter fouadovic

    (@fouadovic)

    that’s the solution, put the code to generate images with limited size.
    But how to do it, that’s the question ??
    Me too, i’m not an expert in WP.

    taz72, thank you very much for your help.

    What you need is a plugin that hooks into the wp_handle_upload filter. This would let resize images to some maximum, change their type, autogenerate thumbnails, etc.

    Unfortunately, I don’t have one on me right now. ?? But maybe I’ll roll one this week. Sound like a nice little project for an evening.

    Flexible Upload looks like it might do the job for you.

    Thread Starter fouadovic

    (@fouadovic)

    jrrl :
    I installed this plugin, it works very well. That’s what i’m looked for, thanks.

    Thank you jrrl and taz72 for your help.

    My english is not very well, excuse me ??

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Re-size image automatically’ is closed to new replies.