I'm looking to add some handlers/hacks to image resizes done via the mouse resize handles in the editor content itself.
What I've done is that I've altered the image properties/add dialog to modify the URL according to the width and height given, with those arguments I do a serverside resizing of the image. It works very nice. My wish is to do the same URL update whenever the image size is dragged in the editor.
In what file and function can I insert my "hook" to do this? ...or is it impossible because this happens in the guts of the browser with no events etc? I can see that IE and Firefox handles this kind of image resize pretty differently so I fear this might be impossible.
What I've done is that I've altered the image properties/add dialog to modify the URL according to the width and height given, with those arguments I do a serverside resizing of the image. It works very nice. My wish is to do the same URL update whenever the image size is dragged in the editor.
In what file and function can I insert my "hook" to do this? ...or is it impossible because this happens in the guts of the browser with no events etc? I can see that IE and Firefox handles this kind of image resize pretty differently so I fear this might be impossible.