Skip to content

Instantly share code, notes, and snippets.

@iledcom
Created August 12, 2015 10:38
Show Gist options
  • Save iledcom/3d76d4dd79f1b4c4e0c4 to your computer and use it in GitHub Desktop.
Save iledcom/3d76d4dd79f1b4c4e0c4 to your computer and use it in GitHub Desktop.
Drupal7 image_style_url
<?php
$node = node_load(49);
$largeimg = image_style_url('medium', $node->field_image['und'][0]['uri']);
echo $largeimg;
?>">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment