Problem with Scaled Images
I'm trying to display a scaled image in a custom template, but I'm having erratic behaviour.
To display the image I use
Copy to clipboard
img src="show_image.php?id={$images[idx].imageId}&scaled&xsize{$nextx}&ysize={$nexty}
I have available scale of 600 x 400 and when I query the database, sometimes the scaled image is present, sometimes not, and even when the scaled image is present, sometimes it wont display on the page. Also some scaled images will display in IE, but not Firefox.
Any ideas?
Thanks.