A customer are running Umbraco 4.0.2.1 and have a resolution of 800x600. This makes the it impossible to use the Media picker or insert a link and maybe some other things.
Anyone experienced this before? Is there a good way to solve this? Keyboads shortcuts? Scrollbars?
Low resolution
Hi!
A customer are running Umbraco 4.0.2.1 and have a resolution of 800x600. This makes the it impossible to use the Media picker or insert a link and maybe some other things.
Anyone experienced this before? Is there a good way to solve this? Keyboads shortcuts? Scrollbars?
it's a terrible hack but you can change this line in umbraco_client\tinymce3\plugins\advimage\editor_plugin_src.js (and advlink)
//height: 585 + parseInt(ed.getLang('advimage.delta_height', 0)),
height: 450 + parseInt(ed.getLang('advimage.delta_height', 0)),
I would like to know too though if there's a config setting somewhere in tinymce to set this, looked a couple of times & not been able to find it.
is working on a reply...