Sergey |
|
---|---|
Смотрим текущую функцию, и О!! видим
elseif ($dim_priority=="Width") if ($big_x == $big_y)
{
$thumb_x = $small_x;
$thumb_y = $small_y;
}
elseif ($big_x > $big_y)
{
$thumb_x = $small_x;
$thumb_y = floor($big_y * ($small_x / $big_x));
}
elseif ($big_x < $big_y)
{
$thumb_x = floor($big_x * ($small_y / $big_y))+4;
$thumb_y = $small_y;
} Соответственно такие галереи http://portal30.ru/list.php?c=wedding_photo_2009и получаются www.cotonti.mobi
|
|
This post was edited by Sergey (2010-09-30 05:02, 14 years ago) |