miltos Try to edit this file: /templates/ja_blockk/html/layouts/joomla/content/full_image.php
Load MediaHelper
use Joomla\CMS\Helper\MediaHelper;
and update the code rendering the image by:
echo HTMLHelper::_('content.prepare', '<img src="' . MediaHelper::getCleanMediaFieldValue($images->image_fulltext) . '" itemprop="image">', null, 'com_content.article')
I attach this file here so you can compare:
In case it doens't work, you can put your site online and share the URL of that article page so we can have a closer look and check for you.