forty
Somehow, it doesn't take the override from T4 and call it directly from Joomla core.
We updated this file on your site:
/plugins/system/t4/themes/base/html/layouts/joomla/html/image.php
Line 22:
$img = HTMLHelper::_('cleanImageURL', $displayData['src']);
change to:
use T4\Helper\Metadata;
$img = Metadata::cleanImageURL( $displayData['src']);