-
Notifications
You must be signed in to change notification settings - Fork 65
Description
I have a lot of svg-Images (logos, Icons) with small dimensions. When adding them via dialog, the max. dimemsions apperar in the input fields for width and height. Is it possible to scale them up/to override the natural dimensions with higher values?
Is the page-ts not working anymore? I have tried
Page TSConfig
RTE.default.buttons.image.options.magic {
# Default: 300
maxWidth = 1020
# Default: 1000
maxHeight = 800
}
but I can insert larger images, so it seems the code is not working (the real dimensions [up to 1920px] show up in the dialog). it seems the values are form the extensions page.tsconfig
By the way: In former versions it was possible to scale the image directly (when an image ist selected) by handles (witch are not present in v13). Is this behaviour intended?
Environment
- TYPO3 13.4
- rte-ckeditor-image 13.0