4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: dlmlmd on November 08, 2007, 09:49:49 AM

Title: help!!!
Post by: dlmlmd 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