01/22/2016 at 11:48 am
#362051
Keymaster
@ Alex
Sorry, no, not without edit the PHP for the template. If this is something you can do, I suggest giving this and this a read.
You would add this to the template card.php and card-single.php files:
$entry->getImage(
array(
'image' => 'logo,
'fallback' => array(
'type' => 'none',
),
)
);
Hope that helps!
