You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Behavior
Usually the width and the height of each image are known and the ViewHelper returns the correct value.
For some weird reason the measures in my current installation are not known and therefore the ImageSizeViewHelper throws an error.
Expected behavior/output
The ImageSizeViewHelper should return a value if possible, and if it's unknown it's possible to get the measures.
Environment
TYPO3 version(s): 11.5.24
news version: 10.0.3
Is your TYPO3 installation set up with Composer (Composer Mode): yes
OS: Linux
Possible Solution
Above the switch-statement this code can be added
Bug Report
Current Behavior
Usually the width and the height of each image are known and the ViewHelper returns the correct value.
For some weird reason the measures in my current installation are not known and therefore the ImageSizeViewHelper throws an error.
Expected behavior/output
The ImageSizeViewHelper should return a value if possible, and if it's unknown it's possible to get the measures.
Environment
Possible Solution
Above the switch-statement this code can be added
above the class the use statements have to be added:
Additional context
Concerning the core I filed a patch already too about this problem on https://forge.typo3.org/issues/96529.
The text was updated successfully, but these errors were encountered: