laravel4-up icon indicating copy to clipboard operation
laravel4-up copied to clipboard

Specified sizes are ignored when resize.

Open kwolniak opened this issue 11 years ago • 0 comments

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.

kwolniak avatar Feb 02 '14 20:02 kwolniak