#7228 - send full size image when croppie it #2416

Merged
jsegarra merged 2 commits from 7228_croppieUploadPhoto into dev 2024-05-31 07:29:55 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ export default class UploadPhoto extends Component {
const options = {
type: 'blob',
size: 'original'
};
return this.editor.result(options)
.then(blob => this.newPhoto.blob = blob)