Skip to content

Instantly share code, notes, and snippets.

@bigin
Created August 29, 2016 09:34
Show Gist options
  • Save bigin/52868ac16c56d6ec73c490ac7b933b33 to your computer and use it in GitHub Desktop.
Save bigin/52868ac16c56d6ec73c490ac7b933b33 to your computer and use it in GitHub Desktop.
for($i=0; $i<count($item->fields->images->file_name); $i++) {
echo getResized($item->fields->images, $i, 0, 200).'<br>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment