Skip to content

Instantly share code, notes, and snippets.

@wvuwebgist
Created May 10, 2012 18:35
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 wvuwebgist/2654944 to your computer and use it in GitHub Desktop.
Save wvuwebgist/2654944 to your computer and use it in GitHub Desktop.
Customize & Embed an Image Set on your Site
<% for r in @resources -%>
<img src="<%= resource_url(r, r.managed_filename) %>" alt="<%=h r.description %>" title="<%=h r.name %>" />
<% end -%>
{{Collection.item_list(:collection_id = 5013, :template => 'render_images'}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment