Skip to content

Instantly share code, notes, and snippets.

@ademers
Created November 5, 2012 18:15
Show Gist options
  • Save ademers/4019390 to your computer and use it in GitHub Desktop.
Save ademers/4019390 to your computer and use it in GitHub Desktop.
Statamic: Thumbnails
{{ entries:listing folder="blog" limit="5" }}
<article>
<h1><a href="{{ url }}">{{ title }}</a></h1>
<p>
{{ image src="{ related_image }" dim="150x150#" quality="72" }}
<img src="{{ image_url }}" alt="Thumbnail for {{ title }}" />
{{ /image }}
{{ description }}
</p>
</article>
{{ /entries:listing }}
@ademers
Copy link
Author

ademers commented Nov 5, 2012

Generates & caches square thumbnails & sets image quality to 72.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment