wordpress: any way to auto resize image while uploading?

Discussion in 'WordPress' started by News Updates, Jan 1, 2011.

  1. #1
    any way to auto resize image while uploading? eg resizing big image to 600x400, any plugin etc?
     
    News Updates, Jan 1, 2011 IP
  2. Internet Marketing IQ

    Internet Marketing IQ Guest

    Messages:
    359
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    35
    #2
    You set the size of images here:

    Settings>Media Settings in you Admin panel.

    There are also many plugins to manipulate images automatically. Take a look at Viva Zoom.
     
    Internet Marketing IQ, Jan 1, 2011 IP
  3. luisifer

    luisifer Peon

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You may edit your CSS.

    Simply paste the following in your style.css file:

    .post img {
    max-width: 500px; /* Adjust this value according to your content area size*/
    height: auto;
    }
     
    luisifer, Jan 2, 2011 IP
  4. robaid

    robaid Member

    Messages:
    126
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    35
    #4
    Next Gen Gallery has an option to re-size the images or thumbnails in desired folders (gallery) you uploaded them to. It's not while uploading, but it's close enough.
     
    robaid, Jan 3, 2011 IP