I've got a problem with GetImageSize working on some photos. All my photos are jpgs and it works fine on most of them, but there are a few where it's obviously not returing values for $dimensions (the value should be something like 'width="300" height="400".
$size = GetImageSize($file);
$dimensions = $size[3];
$imageTag = "<img src=\"{$file}\" $dimensions>
Any ideas what might be happening here?
The New Zealand Site
$size = GetImageSize($file);
$dimensions = $size[3];
$imageTag = "<img src=\"{$file}\" $dimensions>
Any ideas what might be happening here?
The New Zealand Site