cropp bug solved

This commit is contained in:
Equilibrium ITO
2024-04-01 15:59:08 +01:00
parent 28beeb3879
commit 257aaed5e2
2 changed files with 6 additions and 24 deletions
@@ -240,7 +240,7 @@ export class NewPublicationPage implements OnInit {
this.convertBlobToBase64(blobFile.blob).then((value: string) => {
this.filesSizeSum = this.filesSizeSum + blobFile.size
this.capturedImage = this.removeTextBeforeSlash(value, ','),
this.capturedImage = 'data:image/jpeg;base64,' + this.removeTextBeforeSlash(value, ','),
this.showCroppModal();
this.filecontent = true;