Feature #73357
closedTask #64438: Thumbnail size with PageTS or UserTS - Pictures are to small in backend
Make thumbnail size in file browser configurable
100%
Description
Currently the thumbnail size is set to 64x64px. This should be configurable.
Updated by Mathias Schreiber almost 9 years ago
- Tracker changed from Bug to Feature
Updated by Georg Ringer over 8 years ago
if someones wanna change it.
$processedFile = $fileObject->process( ProcessedFile::CONTEXT_IMAGEPREVIEW, array('width' => 64, 'height' => 64) );
in @typo3/sysext/recordlist/Classes/Browser/FileBrowser.php:275@
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51306
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51306
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51306
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51306
Updated by Josef Glatz over 7 years ago
- Target version changed from Candidate for Major Version to 9.0
Updated by Gerrit Code Review about 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51306
Updated by Gerrit Code Review about 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51306
Updated by Anonymous about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b5652c7be787b84c840e1fe8d5b489b6dd098922.
Updated by Frans Saris about 7 years ago
- Has duplicate Feature #64439: Thumbnail size with PageTS or UserTS - Pictures are to small in backend added