I'd like to know the answer to this too. The max-width seems to be fixed to 500px.
I'd be happy to just be able to change this value, within the js file that controls the rte. I'd just need to know which file I need to amend, as I want my width to be 680px.
Umbraco RTE missing Image Max size?
Is the RTE in Umbraco 7.0.3 missing this feature?
Or has it simply been moved?
Some things have changed in v7. Maybe these issues can help:
http://issues.umbraco.org/issue/U4-4212
http://issues.umbraco.org/issue/U4-4069
Jeroen
Ok, I'm not sure that explains my question, but what if I wan't to insert an Image witout restrictions in the RTE?
How would i go about it in Umbraco 7..?
I'd like to know the answer to this too. The max-width seems to be fixed to 500px.
I'd be happy to just be able to change this value, within the js file that controls the rte. I'd just need to know which file I need to amend, as I want my width to be 680px.
Cheers, JV
I thought I'd found the script in the Umbraco/Js/umbraco.services.js file But when I update the value from 500 to 680 nothing happens in the rte.
That's probably because the cache wasn't cleared. Check this post to see how to clear the cache: http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/48392-Custom-Dashboard-(UkFest-AngularJS-Demo)?p=0#comment173036
Jeroen
Thanks Jeroen,
I cleared the cache and set the compilation debug="true” in web.config, both steps are necessary, as I'd tried just emptying the cache to no avail.
Cheers, Jv
is working on a reply...