xperseguers / t3ext-image_autoresize

TYPO3 Extension image_autoresize. Simplify the way your editors may upload their images.
https://extensions.typo3.org/extension/image_autoresize
GNU General Public License v3.0
16 stars 22 forks source link

[FIX] Cast maxW and maxH options to integer #86

Closed LimeUwe closed 11 months ago

LimeUwe commented 12 months ago

getImageScale() method returns the filesizes array as set in options, which breaks re-sizing later on. Casting the values to integer fixes the problem.