Did something like this:
Regexp
Code:
(http://([\w-]+\.)+[\w-]+(/[\w- ./]*)+\.(?:gif|jpg|jpeg|png|bmp|GIF|JPEG|JPG|PNG|BMP|Gif|Jpg|Jpeg|Png|Bmp))
Replacement
Code:
<img class="tcattdimgresizer" onload="NcodeImageResizer.createOn(this);"
src='$p1' /></a>
And have scaling all of of external images using ncode image resizer.
W/o ncode Replacement could look like this
Code:
<img src='$p1' style="max-width:650px" /></a>
Thanks DJ for inspiration!