height : 100);
$imgWidth = intval(Helpers::property_exists_nested($field, 'width', '', 1) ? $field->width : 40);
$imgSrc = Helpers::property_exists_nested($field, 'bg_img', '', 1) ? $field->bg_img : "https://via.placeholder.com/{$imgWidth}x{$imgHeight}";
$alt = Helpers::property_exists_nested($field, 'alt', '', 1) ? $field->alt : '';
$img = <<
getCustomAttributes('img')}
width="{$imgWidth}"
height="{$imgHeight}"
/>
IMG;
return <<getCustomAttributes('fld-wrp')}
>
{$img}
IMAGEFIELD;
}
}