When content that has been written and saved with img tags that do not specify width and height attributes is opened in CKEditor5, the width and height attributes are added.
1. Create new content with CKEditor5 editing area.
2. Switch its mode to source mode.
3. Write img tag following:
<img src="/sites/default/files/sample/2010420100002s.jpg">
4. Switch to WYSIWYG mode.
5. When I change to source mode again, the img tag is rewritten as follows:
<img src="/sites/default/files/sample/2010420100002s.jpg" width="569" height="381">
I don't want it to automatically complete width and height.
Active
10.3 ✨
ckeditor5.module