Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there a way to prevent the rich text editor to add width and height inline the added image?
I think you can set that in the Rich Text datatype in the developer section.
Jeroen
Yup, removing the "Maximum default size of inserted images" solved it. Thanks!
Darn, false alarm. That just reseted the max width to a default value :(
That's too bad. Perhaps you can just set a really big max width which will never be reached.
Yeah, i've set it to the same as the width of the grid. My problem is that i need to set a max width to. And if i do that now the image don't scale right. I'll just have to skip the max width for now.
I've managed to do this by adding a new customConfig Config item in the /config/tinyMceConfig.config file:
<customConfig> <config key="image_dimensions">false</config> </customConfig>
This works, but if a user re-scales the image in the rich text editor then image dimension attributes are inserted.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Image width and height in rich text editor
Is there a way to prevent the rich text editor to add width and height inline the added image?
I think you can set that in the Rich Text datatype in the developer section.
Jeroen
Yup, removing the "Maximum default size of inserted images" solved it. Thanks!
Darn, false alarm. That just reseted the max width to a default value :(
That's too bad. Perhaps you can just set a really big max width which will never be reached.
Jeroen
Yeah, i've set it to the same as the width of the grid. My problem is that i need to set a max width to. And if i do that now the image don't scale right. I'll just have to skip the max width for now.
I've managed to do this by adding a new customConfig Config item in the /config/tinyMceConfig.config file:
This works, but if a user re-scales the image in the rich text editor then image dimension attributes are inserted.
is working on a reply...