Skip to content

Instantly share code, notes, and snippets.

@VSeryoga
Created September 28, 2016 06:48
Show Gist options
  • Save VSeryoga/e402cde52a400d29b1cbfdb26900dafc to your computer and use it in GitHub Desktop.
Save VSeryoga/e402cde52a400d29b1cbfdb26900dafc to your computer and use it in GitHub Desktop.
Обрезка картинок Битрикс
<?$file = CFile::ResizeImageGet($arItem["PREVIEW_PICTURE"], array('width'=>360,'height' => 360), BX_RESIZE_IMAGE_EXACT, true);?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment