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

merge-requests/4044/head
Lauri Eskola 2023-05-24 17:31:40 +03:00
parent 60131619e4
commit 30a54c92ec
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ ckeditor5_imageResize:
- image.ImageResize
config:
image:
resizeUnit: '%'
resizeUnit: 'px'
resizeOptions:
-
name: 'resizeImage:original'