01/07/2014 at 3:33 am
#276550
Participant
Thank you.
My code is slightly different in the card.php file:
$entry->getImage( array(
'image' => 'photo' ,
'height' => 120 ,
'width' => 100 ,
'zc' => 2,
'fallback' => array(
'type' => 'block' ,
'string' => 'No Photo Available'
)
)
);
But so far working perfectly, thank you.
