How to turn on auto-resizing of photos that are uploaded
Closed this issue · 1 comments
truthSeekr commented
I would like to turn on auto-resize of image when it is uploading. So when the image resoultions are bigger than 2000xSomething I would like to scale it to for example to 1600x and delete version 2000x
owen2345 commented
Hi @truthSeekr
there is a hook called "before_upload" which you can use to make anything before uploading:
https://github.com/owen2345/camaleon-cms/blob/master/app/helpers/camaleon_cms/uploader_helper.rb#L49