Код |
---|
div.catalog-item-image {float:left; margin:4px 10px 0 0; overflow:hidden; text-align:center; width:110px; zoom:1;} |
Код |
---|
$arFileTmp = CFile::ResizeImageGet( $arElement["DETAIL_PICTURE"], array("width" => 110, "height" => 1000), BX_RESIZE_IMAGE_PROPORTIONAL, false ); |