Skip to content

Instantly share code, notes, and snippets.

@prismicdeveloper
Last active August 29, 2015 14:18
Show Gist options
  • Save prismicdeveloper/a7be4722af6671f87797 to your computer and use it in GitHub Desktop.
Save prismicdeveloper/a7be4722af6671f87797 to your computer and use it in GitHub Desktop.
// Accessing image fields
var image = doc.getImage("product.image");
// Most of the time you will be using the "main" view
var url = image.main.url;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment