quill-image-resize-module
quill-image-resize-module copied to clipboard
Actual resize possible?
is it possible to actually resize the base64 string after for example a POST to server ? now even if a user resizes a 4000px wide image. It stays that big. isntead of actually resizing..
I am looking for this too. The main reason I need this is to reduce the size of the image in kb, not just how it looks in the editor.
I tried setting a max-width in the CSS, but the full-size image is still stored.
Interested too!
I am creating email templates but its saving the full size image after resizing
Hi, I recommend using https://www.npmjs.com/package/quill-image-compress, it should resize img on upload to fit max width and height and compress it. Resize after upload has no effect on file size.
I don't want to compress the image, I want to save the changed dimensions of the image