Actions
Bug #93961
closedImages not converting to webp in image viewhelpers
Start date:
2021-04-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
By default the images viewhelpers (f:image and f:uri.image) are not converted to webp if you specify webp as the target file extension.
<f:image src="{fileLocation}" fileExtension="webp" />
This will not do anything and just returning the original image. This is because webp is not seen as a "valid" image extension as defined by $GLOBALS['TYPO3_CONF_VARS'][GFX][imagefile_ext]
Actions