Remove the width and height fields when integrating with CKEDITOR

Created on 31 May 2016, about 8 years ago
Updated 19 September 2023, 9 months ago

When using the CKEDITOR integration with the Enhance Image plugin (image2) the width and height fields are extraneous and confusing since there is a drop-down select for image size containing enabled picture groups. The attached image shows the fields to remove.

This isn't the whole story, since the "drag handle" in the bottom right of an image needs to be removed with CSS, such as

.cke_image_resizer {
  display: none !important;
}

but I'm not sure how to put that into a patch for Picture. (I added that to my theme CSS which is included in the CKEDITOR).

πŸ› Bug report
Status

Closed: outdated

Version

2.13

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada ShaunDychko

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡¬πŸ‡§United Kingdom lesleyfernandes

    I am closing all very old tickets that have not received comments for a long time. If someone still faces these issues or thinks they are relevant, please reopen it. Feel free to contribute with more info or a patch.

Production build 0.69.0 2024