Skip to content

Instantly share code, notes, and snippets.

@ademers
Created November 10, 2012 22:56
Show Gist options
  • Save ademers/4052867 to your computer and use it in GitHub Desktop.
Save ademers/4052867 to your computer and use it in GitHub Desktop.
Statamic: Add-on Image Tags
{{ image src="/url_path/to/image" dim="400x300" }}
<img src="{{ image_url }}" width={{ width }} height={{ height }} />
{{ /image }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment