anyone else having problems with the cfx_imagecr3 tag?

i have a site on the wincf.iluminapublishing.com server. I'm trying to use the cfx_imagecr3 tag that was installed. but i'm only getting very basic functionality out of it. It won't crop or resize, for example even though my code specifies that command.

here's my code to resize it to 400 px width if the current width is less than 400 px. The tag will load and save images for me but is currently completely ignoring all resize/crop commands. so all i'm getting is the original image with original dimensions.

<cfx_imagecr3 load="#newImagePath1#" save="#newImagePath1#" resize="<400x">

Any ideas why?

Thanks...
 
Discovered the answer finally after many frustrating attempts....

You are not allowed to name the resized or cropped image the same name as the original image. You always have to save the resized image to a different name. Then it works perfectly...
 
I am work on an application that needs to have an image resized. Does anyone know if the cfx_imagecr3 tag is still available to use on a shared hosting account?
 
Back
Top