Skip to content

Instantly share code, notes, and snippets.

@anthubbard
Last active December 24, 2015 22:59
Show Gist options
  • Save anthubbard/6876867 to your computer and use it in GitHub Desktop.
Save anthubbard/6876867 to your computer and use it in GitHub Desktop.
Statamic Lightbox dynamic gallery using image transform tag
{{ entries:listing from="gallery" limit="10" }}
<a class="thumbnail" href="{{ transform src="{{ img }}" width="900" height="600" action="resize" }}">
<img src="{{ transform src="{{ img }}" width="140" height="140" action="smart" }}" />
</a>
{{ /entries:listing }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment