Actions
Feature #15233
closedImage resolutionLimit is Hardcoded
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-11-24
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
For Configuration of Projects maybe its better when the Image Resolution can be editet via Page TS Config.. At this time, the resolution Limit x and y is hardcoded in rtehtmlarea_select_image.php.
In my version, 0.7.4 start the code at line 714 in the function expandFolder:
$resolutionLimit_x=640;
$resolutionLimit_y=660;
Best wishes
Manfred
(issue imported from #M1921)
Updated by Stanislas Rolland almost 19 years ago
Upgrade your extension. This feature was added in version 0.7.6.
Actions