08/23/2017 at 8:28 pm
#433003
Participant
Nevermind, Steve – I got it. All I had to do was look at card-single.php and use the same in card.php, like this:
$entry->getImage( array(
'image' => $atts['image_single'] ,
'height' => $atts['image_single_height'] ,
'width' => $atts['image_single_width'] ,
'quality' => 100,
'fallback' => array(
'type' => $atts['image_single_fallback'] ,
'string' => $atts['str_image']
)
)
);
That did the trick and I then could adjust the CSS to get the display size I wanted.
