Hi,
I have a problem with resizing image editor control based on the given width and height. Also resize the control based on image size. Now it looks like by default it is taking some width and height and I can't resize it smaller than that default size.
Thanks
Sankar
1 Answer, 1 is accepted
0
Vessy
Telerik team
answered on 01 Apr 2016, 01:15 PM
Hi Sankar,
You can resize the ImageEditor depending on the size of the loaded image through its set_width() and set_height() client-side methods. For example, you can do it in its ClientImageLoad event handler.