Successfully added
JavaScript
by Arne
image_dimensions
This option allows you to disable the image dimensions input field in the image dialog.
Default value: true
Example: Using image_dimensions
tinymce.init({
selector: 'textarea', // change this value according to your HTML
plugins: 'image',
toolbar: 'image',
image_dimensions: false
});
Referenced in:
Comments