Skip to content

Instantly share code, notes, and snippets.

@NickToye
Created April 1, 2012 19:16
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 NickToye/2277852 to your computer and use it in GitHub Desktop.
Save NickToye/2277852 to your computer and use it in GitHub Desktop.
<?
$image_url = $product->image_url(100,100,true, $params = array(
'im_process'=>true,
'size_name'=>'cropped_100',
'cmd'=>'-resize 100x100^ - gravity center -extent 100x100'));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment