![]() |
image resize - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: image resize (/showthread.php?tid=5181) |
image resize - El Forum - 01-10-2008 [eluser]vbnullchar[/eluser] how can i resize image then directly displayed in the browser..? image resize - El Forum - 01-10-2008 [eluser]xwero[/eluser] Code: // controller image resize - El Forum - 01-10-2008 [eluser]vbnullchar[/eluser] cool thanks... setting dynamic_output to TRUE does the trick for me Code: $config['dynamic_output'] = TRUE; thanks again |