:( 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!!!
if ($image_info[0] <= "400") {
$width_height = " ".$image_info[3];
} else {
$width_height = ' width="400"';
}
thank