anybody know how to resize and save and image, to make thumbnails?
Printable View
anybody know how to resize and save and image, to make thumbnails?
Just use the height and width properties with the <img> tag.
<img src="/images/mygif.gif" height="15" width="25">
I think he means to actually resize the image.. not just in the HTML document.
but I can't really tell.. :confused:
i need to resize the image, if i just change the HTML the file size stays huge, and displaying many thumbnails on 1 page will time out for 56k guys
i think this would be easiest to do in php, but not sure how, asp would require a component
well, you need the graphics lib to do this with PHP..
can't you just have 2 images?
one that is small, and one that is large?
Thats the way I would do it..
the images are being uploaded by a user, I don't want to have them upload their own thumbnails too, i want the script to make the second file when the big one is uploaded
im still not sure how to do this, could i see some sample code? also, how do i load the additional graphics lib in windows?
I have no clue, thats the only thing I could find on it. :(
yeah, i had already seen that :(