10/09/2015 at 3:14 pm
#350047
Keymaster
@ Aaron
The getCardImage() is an old deprecated function. I recommend not using it. The documentation for the code can be found in the source files. Most of the $entry Object functions can be found in the class.entry-output-php file.
For images you want to the getimage() function. The documentation for its options are inline with the function, but here is an example:
$entry->getImage( array( 'image' => 'logo', 'width' => 300, 'height' => 200 ) );
Hope that helps!
