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
});

Comments

Leave a Comment

All fields are required. Your email address will not be published.