Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created February 18, 2015 14:07
Show Gist options
  • Save bastianallgeier/b1c522a87a4868675f08 to your computer and use it in GitHub Desktop.
Save bastianallgeier/b1c522a87a4868675f08 to your computer and use it in GitHub Desktop.
<?php $thumb = thumb($cover, array('width' => 300)) ?>
<img src="<?php echo $thumb->url() ?>" width="<?php echo $thumb->width() ?>" width="<?php echo $thumb->height() ?>" alt="">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment