![]() |
Image resize not working for multiple images - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Image resize not working for multiple images (/showthread.php?tid=40797) |
Image resize not working for multiple images - El Forum - 04-19-2011 [eluser]Arockia Raj[/eluser] Hello, I used the below code for resizing the image when doing multiple image uploading Code: $config['image_library'] = 'gd2'; But it is resizing only one image. I think Code: $this->image_lib->clear("$config") Plz help me Regards, Arockia Raj |