Bug reports Found a bug? Post it here please.
Version 7.x > Bug reports > GetEditableImage transformation method ignores size parameters View modes: 
User avatar
Member
Member
@davey_lad - 5/30/2013 7:23:07 AM
   
GetEditableImage transformation method ignores size parameters
I've been using the GetEditableImage transformation method and discovered that the image resizing parameters are completely ignored when specified and the full size image is always returned:

However, The url of the image does have the specified parameters appended.. they just have no effect.

GetEditableImage(string controlId, object maxSideSize, object width, object height, object alt)
<%# GetEditableImage("EditableImage", 200, 200, 200, "Company logo") %>


Currently running on 7.0.32

Can you confirm this is not intended behaviour and any possible workaround.

thanks

User avatar
Kentico Support
Kentico Support
kentico_janh - 6/1/2013 3:19:15 AM
   
RE:GetEditableImage transformation method ignores size parameters
Hello,

I have tested it on the latest hotfix without any issues. Only case you get a different size than the one you specified is when you set a bigger resolution that the full original image has.

Best regards,
Jan Hermann