Skip to content

Instantly share code, notes, and snippets.

@lukasbestle
Last active January 6, 2016 20:25
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 lukasbestle/0e25af3da7bf0eb86655 to your computer and use it in GitHub Desktop.
Save lukasbestle/0e25af3da7bf0eb86655 to your computer and use it in GitHub Desktop.
Dynamic image Kirbytag
<?php
// Please note: Use http://getkirby.com/docs/cheatsheet/helpers/kirbytag for tags that don't require access to the files of the page
$field = new Field($page, null, '(image: example.jpg)');
echo $field->kirbytext();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment