Actions
Bug #62103
closedRTE.default.buttons.image.options.magic.maxWidth and small images
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Image Cropping
Target version:
-
Start date:
2014-10-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When I use this TSconfig:
RTE.default.buttons.image.options.magic.maxWidth = 600 RTE.default.buttons.image.options.magic.maxHeight = 1000 RTE.default.buttons.image.options.plain.maxWidth = 600 RTE.default.buttons.image.options.plain.maxHeight = 1000 RTE.buttons.image < RTE.default.buttons.image
small images (smaller than 600) will be enlarged to 600px.
Only big images should shrink to 600px. Small images should stay untouched.
Actions