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