TinyMCE Plugin advimagescale

Permalink
Hi,

I have found this nice plugin for TinyMCE that should auto scale images over a certain size automatically, so n one can smash your design.. but unfortunately I can't make it work with C5 :-(


here is what I found:
http://code.google.com/p/tinymce-plugin-advimagescale/wiki/Usage...

I have downloaded the .js file, put it into TinyMce plugins/advimagescale/editor_plugin.js

and then I have added the following to my TinyMCE init file..:

tinyMCE.init({
   mode : "textareas",
   plugins: "inlinepopups,spellchecker,safari,advlink,advimage,imagemanager,advimagescale",
   cleanup_on_startup: true,
   width: "100%",
   height: "300px",   
   inlinepopups_skin : "concreteMCE",
   theme_concrete_buttons2_add : "spellchecker",
   relative_urls : false,
   convert_urls: false, 
   theme : "advanced", 
   theme_advanced_buttons1 : "bold,italic,underline,strikethrough,formatselect,|,forecolor,backcolor,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,outdent,indent,blockquote,|,link,unlink,image,|,cleanup,code,charmap,spellchecker,insertimage,insertfile",
   theme_advanced_buttons2 : '',
   theme_advanced_buttons3 : '',
   theme_advanced_blockformats : "p,h1,h2,h3,h4,h5,div,blockquote",



unfortunately nothing new happens, and the images won't get resized... :-(

can anyone help, please? :-)

pixel8