Verified Commit 5c9d4736 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3348603 by lauriii, joelpittet, Wim Leers, catch, smustgrave,...

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

(cherry picked from commit 30a54c92)
parent 92d408fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -558,7 +558,7 @@ ckeditor5_imageResize:
      - image.ImageResize
    config:
      image:
        resizeUnit: '%'
        resizeUnit: 'px'
        resizeOptions:
          -
            name: 'resizeImage:original'