Skip to content

Instantly share code, notes, and snippets.

@qwersk
Created March 22, 2017 05:21
Show Gist options
  • Save qwersk/e081aafaa3561335febf1b28ea0a65fc to your computer and use it in GitHub Desktop.
Save qwersk/e081aafaa3561335febf1b28ea0a65fc to your computer and use it in GitHub Desktop.
RESIZE IMAGE WITH CROP BITRIX
$width_height_arr = array('width' => 465, 'height' => 510);
$file = CFile::ResizeImageGet($arItem["DETAIL_PICTURE"], $width_height_arr, BX_RESIZE_IMAGE_EXACT, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment