Skip to content

Instantly share code, notes, and snippets.

@DuaelFr
Created July 18, 2013 09:39
Show Gist options
  • Save DuaelFr/6028058 to your computer and use it in GitHub Desktop.
Save DuaelFr/6028058 to your computer and use it in GitHub Desktop.
Show an image field using field_view_field and colorbox
$build = field_view_field('user', $context['entity'], 'field_picture', array(
'label' => 'hidden',
'type' => 'colorbox',
'settings' => array(
'colorbox_node_style' => 'user_large',
'colorbox_image_style' => 'colorbox',
),
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment