Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created November 24, 2015 13:05
Show Gist options
  • Select an option

  • Save bastianallgeier/121045a8a6cd60b1f108 to your computer and use it in GitHub Desktop.

Select an option

Save bastianallgeier/121045a8a6cd60b1f108 to your computer and use it in GitHub Desktop.
<? if($image = $article->image()): ?>
<?= $image->resize(300,200)->html() ?>
<? endif ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment