Issue #3348603 by lauriii, joelpittet, Wim Leers, catch, smustgrave, witeksocha: CKEditor 5 resizes images with % width instead of px width (the CKEditor 4 default): breaks image captions *and* is a regression
parent
60131619e4
commit
30a54c92ec
|
@ -558,7 +558,7 @@ ckeditor5_imageResize:
|
|||
- image.ImageResize
|
||||
config:
|
||||
image:
|
||||
resizeUnit: '%'
|
||||
resizeUnit: 'px'
|
||||
resizeOptions:
|
||||
-
|
||||
name: 'resizeImage:original'
|
||||
|
|
Loading…
Reference in New Issue