Welcome Guest, Not a member yet? Register   Sign In
Image Uploading issue with max_width?
#1

[eluser]Hrag[/eluser]
Heya,

So I have the following set for sizes and dimensions using $this->load->library('upload', $config);
Code:
$config['max_size']    = '1500';
$config['max_height']  = '3000';
$config['max_width']  = '3000';

So max_height works, and limits it to 3000px, but whenever I upload anything wider than 700px, it errors.

I guess I'm wondering if there is any other place to set the width or someplace else that might be limiting it? Regular ol LAMP stack in use.

Thanks and cheers.
#2

[eluser]Hrag[/eluser]
Well... As expected, right after I posted this - I found the issue.

Guess I was clearing the config somewhere along the line. lulz.




Theme © iAndrew 2016 - Forum software by © MyBB