Welcome Guest, Not a member yet? Register   Sign In
[SOLVED]Image resize - not working without thumb
#3

[eluser]Thorpe Obazee[/eluser]
Code:
'source_image'   => $source_image,
//'create_thumb'   => TRUE,
//'thumb_marker'   => '_thumb',
//'new_image'      => './uploads/thumbs/',
'maintain_ratio' => TRUE,
'width'          => 75,
'height'         => 50

I've been using this and I commented out 'create_thumb', 'thumb_marker' and 'new_image' and it targeted the original image. True to what the user_guide said.

Permissions doesn't seem to be the problem if you can overwrite the file anyway.

Btw, change the
Code:
$this->load->library('image_lib', $config);
to
Code:
$this->load->library('image_lib');


Messages In This Thread
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 07:01 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 08:45 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 09:05 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 09:11 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 09:15 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 09:16 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 09:52 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 09:54 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 09:56 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-28-2009, 10:12 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-29-2009, 01:35 AM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-29-2009, 10:48 AM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-29-2009, 11:07 AM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-29-2009, 11:45 AM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-29-2009, 12:33 PM
[SOLVED]Image resize - not working without thumb - by El Forum - 04-29-2009, 01:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB