I'm having difficulty controlling the image size being displayed. I'm trying to view the thumbnail size using:
$image = types_render_field('home-page-image', array('raw' => 'true', ‘size’ => ‘thumbnail’));
But it's still showing the full size image. Do I have something wrong with the multiple parameters
Thanks!