Skip to content

Instantly share code, notes, and snippets.

@jmcclell
Created July 28, 2014 13:10
Show Gist options
  • Save jmcclell/c700d086cd4a87c88775 to your computer and use it in GitHub Desktop.
Save jmcclell/c700d086cd4a87c88775 to your computer and use it in GitHub Desktop.
{% for image in images %}
{% image image.input
filter='jpegoptim' output=image.output %}
<img src="{{ asset_url }}" alt={{ image.alt }}"/>
{% endimage %}
// image.input ex: @AcmeFooBundle/Resources/public/images/example.jpg
// iamge.output ex: /images/example.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment