| Resizing images on the fly using GD? I've spent several hours searching including last night looking for a solution to this. I've called an array of images to be displayed on my home page, but they're so big outright I had to resize them.
Well, the pics now look like s#%t since the html doesn't maintain the correct aspect ratio when altering height/width dimensions. Is there a way I can incorporate a string or something for gd resizing to the output images in the array? |