Author Topic: help!!!  (Read 2449 times)

0 Members and 1 Guest are viewing this topic.

Offline dlmlmd

  • Pre-Newbie
  • Posts: 4
    • View Profile
help!!!
« on: November 08, 2007, 09:49:49 AM »
Quote
:( please help me !
i don't want auto-resize so i turn off it.
but i want images upload in userCP (when upload finish) and view (when not resize) is have width=400.
please help me!!!

oh! sorry edit
Code: [Select]
     
   if ($image_info[0] <= "400") {
$width_height = " ".$image_info[3];
} else {
$width_height = ' width="400"';
}

thank


« Last Edit: November 08, 2007, 10:19:06 AM by dlmlmd »