Reputation: 1442
With the advent of super High Definition camera's I got the problem that my TYPO3 users are uploading a lot of impossible image resolutions into TYPO3 (like 6000 x 4000). Is it somehow possible to automaticly resize this to an accepting resolution? It would be nice when its possible with the TCA configuration but unfortunately there is only a maxsize
config possible.
The images are attached to a lot of difference functionality (like page, page-content, extensions etcetera) so I need some kind of generally solution (I already know the possibilities with TypoScript/pibase and extbase).
Upvotes: 3
Views: 1973
Reputation: 1488
Yes. Its possible. Try extension "image_autoresize"
http://typo3.org/extensions/repository/view/image_autoresize
Upvotes: 4