85 Posts
yuberlin
1 year ago
0
Topic

I'm working with the JCckContentArticle class and get my field values like this:

$content = JCckContentArticle::getInstance( $contactId );
$contactName = $content->getProperty( 'title' );
$contactImage = $content->getProperty( 'contact_image' );
...

How can i get the thumbnails of an image?

Get a VIP membership