Is there a way in PHP (or Javascript, I guess) to determine the size of a graphic and then set the size depending on what the function returns?
These images are not in a DB... so what I need to do is load it up in a page just like any other image, and then if the image is larger than a certain size, I need to restrict the size.
These images are not in a DB... so what I need to do is load it up in a page just like any other image, and then if the image is larger than a certain size, I need to restrict the size.