laravel4-up
laravel4-up copied to clipboard
Specified sizes are ignored when resize.
When I make:
UP::upload($article, $input['file'])->resize(array('s', 'm'))->getMasterResult();
I get all sizes form config file, but i only want this two, what i specified.