How to resize image proportionaly with a custom field?

Discussion in 'WordPress' started by kelp, Jul 22, 2008.

  1. #1
    I have a website where many people can login to their accounts and post, so I've been using Flutter plugin to make it easier for my users.

    Right now, I have to have two custom fields, one for the full page and one for the thumbnail on the front page.

    They enter in the url of the image, and I just pull that url they enter with php and code it so the width and length are 200 and 200, but most pictures aren't square, so the image looks completely warped. Is there a way for me to only resize the width and the height adjusts in proportion?
     
    kelp, Jul 22, 2008 IP
  2. kelp

    kelp Peon

    Messages:
    306
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    kelp, Jul 22, 2008 IP
  3. zeldaze

    zeldaze Active Member

    Messages:
    311
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Nice, I knew of this feature inside of CSS but have never really thought of using it to display thumbnails on one page and full image for another. Great implementation!
     
    zeldaze, Jul 23, 2008 IP
  4. kelp

    kelp Peon

    Messages:
    306
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Here's a problem, though. There is major pixelization when you resize the image through the browser. All of the edges are sharp and pixely. Is there a Wordpress plugin where I can enter in a URL of an image, it downloads it, and resizes it accordingly? It would help if it could work in conjunction with flutter.
     
    kelp, Jul 23, 2008 IP