Skip to content

Instantly share code, notes, and snippets.

@NickToye
Created April 18, 2012 19:55
Show Gist options
  • Save NickToye/2416113 to your computer and use it in GitHub Desktop.
Save NickToye/2416113 to your computer and use it in GitHub Desktop.
<?
$image_url = $product->image_url(0, 130, 'auto', false, array('im_process'=>true, 'cmd'=>'-resize 300x300^ -gravity northwest -crop 300x300+0+0 +repage', 'size_name'=>'icon_300'));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment