Skip to content

Instantly share code, notes, and snippets.

@bigin
Last active August 29, 2016 07:54
Show Gist options
  • Save bigin/006f7b6c34673f2701eb2262bcb6d8b3 to your computer and use it in GitHub Desktop.
Save bigin/006f7b6c34673f2701eb2262bcb6d8b3 to your computer and use it in GitHub Desktop.
foreach($item->fields->images->file_name as $key => $name) {
echo getResized($item->fields->images, $key, 0, 200).'<br>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment