Closed bash closed 7 years ago
The GifBuilder seems to require minWidth and maxWidth as it otherwise falls back to 2000 for each. (See: https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_7-6/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php#L367-L368).
GifBuilder
minWidth
maxWidth
Thanks for the pull request
The
GifBuilder
seems to requireminWidth
andmaxWidth
as it otherwise falls back to 2000 for each. (See: https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_7-6/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php#L367-L368).