Actions
Bug #94475
closedImages are blurry in element information
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-07-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Small images are blurry in the element information because they are always scaled without respecting the maximum width and height.
How to reproduce:
1. Add a new small image with a size smaller than 590x400px.
2. Open the element information (info button).
3. See blurry preview image
I've already looked into the code and could not find an easy solution. The currently used ViewHelper (f:media
) does not provide an option to respect the maximum dimension of an image.
Actions