django-quill-editor icon indicating copy to clipboard operation
django-quill-editor copied to clipboard

When using textfield, adjust image's maximum size and quality

Open LeeHanYeong opened this issue 4 years ago • 2 comments

LeeHanYeong avatar Jun 14 '20 06:06 LeeHanYeong

Can we crop the image that we uploaded?? And reduce the size...??

ajayspicy07 avatar Jul 27 '20 17:07 ajayspicy07

Can we crop the image that we uploaded?? And reduce the size...??

Unfortunately, the crop function is not provided by Quill.js. Resizing isn't handled by Quill.js, and I'm going to make sure that it is applied at the time Django saves the file.

LeeHanYeong avatar Aug 03 '20 15:08 LeeHanYeong