can anyone tell me how to create 2 different thumbnails of same images with different sizes and location in codeigniter. I have created a upload function and another thumbnail generation function, it works fine but can't sort out how to create 2 different thumbnail at accordingly at once. any help will be appreciated.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
It's actually pretty easy...
|
|||
|
|
|
So you have a thumbnail_generator function, and say it takes parameters original_file_name, new_file_name, and thumbnail_size. Just call it twice!
|
|||||||||||
|
|
Just a little modification in the above answer. Add this in the beginning of your function
the previous config needs to be cleared |
|||
|
|