Skip to content

Instantly share code, notes, and snippets.

Created February 26, 2015 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3a022993823d176e4982 to your computer and use it in GitHub Desktop.
Save anonymous/3a022993823d176e4982 to your computer and use it in GitHub Desktop.
Ez Images Documentation
{% set imageAlias = ez_image_alias( field, versionInfo, 'medium' ) ) %}
<img src="{{ asset( imageAlias.uri ) }}" width="{{ imageAlias.width }}" height="{{ imageAlias.height }}" alt="{{ field.value.alternativeText }}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment