Resize Imges maintaining aspect ratio

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Resize Imges maintaining aspect ratio

    I want to do a page like web photo album. I want to show some thumbnails and
    when i click on it, it should open the image with the original size!
    My problem is to do the thumbnails I want to resize the larges pictures
    maintaining the aspect ratio!

    I'm working with dreamweaver in php/mySQL...


    So_Simple Guest

  2. Similar Questions and Discussions

    1. constrain aspect ratio
      Hi. FH MX User 1.When I want to change the size of my object (w or h) here a logo on object panel,( even when I check "transform as unit" ) it...
    2. Locking aspect ratio to 4x3 NOT 16x9
      Hi. I have developed a swf presentation at 4x3 ratio. Now it will be shown on a 16x9 machine and everything is stretched. Is their a way with code I...
    3. Images and Aspect Ratio Help Needed
      I'm trying to figure out how to write some php code that will allow me to resize a .jpg image and maintain it's aspect ratio - any help or idea's...
    4. Resizing Movies to fit res...but keeping aspect ratio.
      OK...I've looked for this soultion around but I havent found it. Basically I have a page with flash (www.madisyn.com , click on "knight" image,...
    5. wntd: true 8/10 ,5/7 pictures , despite aspect ratio ?
      Hi, I don't know about the software you are using but in Photoshop Elements 2 you can set the dimensions of the crop tool to whatever you want...
  3. #2

    Default Re: Resize Imges maintaining aspect ratio

    Hi there,

    Insert the image to the area you want it
    right click
    edit tag <img>
    this brings up a new window with your picture details in it.
    Select the width or high that you want the thumbnail to be and then click on
    the calculator button on the right hand side.
    This automatically recalculates the image in the correct ratio.

    Hope that helps

    nicolaryan1 Guest

  4. #3

    Default Re: Resize Imges maintaining aspect ratio

    That's a horrible solution as the quality of the resizing is very poor, and
    the images are all still at their full filesize. That would make the page
    very slow to download, and pretty much defeat the whole point of using a
    thumbnail gallery.

    It's much better to resize each image using a photo editing program,
    although it does take a while.


    nicolaryan1 wrote:
    > Hi there,
    >
    > Insert the image to the area you want it
    > right click
    > edit tag <img>
    > this brings up a new window with your picture details in it.
    > Select the width or high that you want the thumbnail to be and then
    > click on the calculator button on the right hand side.
    > This automatically recalculates the image in the correct ratio.
    >
    > Hope that helps

    rob::db Guest

  5. #4

    Default Re: Resize Imges maintaining aspect ratio

    Hi,
    you can only do it creating a copy of the image and resizing using a image
    editor such as fireworks or photoshop.
    Resizing in dreamwaver only forces your large image to be display in a
    different size, it will therefore look blury and will keep its original virtual
    size.
    Hope this helps

    Olivier Florence Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139