Created
March 22, 2017 05:21
-
-
Save qwersk/e081aafaa3561335febf1b28ea0a65fc to your computer and use it in GitHub Desktop.
RESIZE IMAGE WITH CROP BITRIX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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