Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save About2git/5933220 to your computer and use it in GitHub Desktop.
Save About2git/5933220 to your computer and use it in GitHub Desktop.
Kirby: Teaser Image from article
// http://getkirby.com/forum/how-to/topic:665
<img src="<?php echo $article->images()->find(html($article->featuredimg()))->url() ?>" width="" height="" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment