Reply to Re: Resize - max only

Re: Resize - max only new!
by seanie, 17 years, 7 months ago
This bit resizes if its x is over 600
Check out php.net for more info on getimagesize()
$info = getimagesize($handle->file_src_pathname);
if ($info[0]>600) {
    // resize
} else {
    // dont resize
}
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important