sitegeist / sms-responsive-images

This TYPO3 extension provides ViewHelpers and configuration to render valid responsive images based on TYPO3's image cropping tool.
GNU General Public License v2.0
34 stars 18 forks source link

Exceptions in ViewHelpers differ from core #27

Closed s2b closed 6 years ago

s2b commented 6 years ago

The current ViewHelpers seem to behave differently than the core ViewHelpers when errors occur (e. g. when an image doesn't exist).

s2b commented 6 years ago

In fact, this isn't the case. Error handling differs if you use src or image, but there is no difference between the core and the extension.