Hello Fernando,
Apology for your issue. Please go to
templates\shaper_rhino\sppagebuilder\addons\feature and find
site.php file. Then go to line 68 (see the screenshot)
Then change this line
$media .= '<img class="sppb-img-responsive" src="' . $feature_image . '" alt="' . $title . '">';
to this
$media .= '<img class="sppb-img-responsive" src="' . json_decode(json_encode($feature_image->img), true) . '" alt="' . $title . '">';
- Best regards