Created
July 18, 2013 09:39
-
-
Save DuaelFr/6028058 to your computer and use it in GitHub Desktop.
Show an image field using field_view_field and colorbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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