| 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
Dieser Beitrag wurde von Sergey (am 30. September 2010, 05:02, vor 15 Jahre) bearbeitet |