Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crop image saved on server but not shown on editor #8

Open
parwinderD4D opened this issue Feb 26, 2020 · 2 comments
Open

crop image saved on server but not shown on editor #8

parwinderD4D opened this issue Feb 26, 2020 · 2 comments

Comments

@parwinderD4D
Copy link

I am getting display image issue in email only when i crop the image,

Let me explain what i did till now.

I have used uploadFile() function in assetManager in grapejs editor config to store files at the server in jpg format because data:images base64 images are not shown in the mail it works good, Then i used grapesjs-tui-image-editor plugin for crop image, in the plugin options i had set the value of upload option to true because i want to store the cropped image on the server in jpg format, file is saved successfully but after save , it stop working , does not render cropped file on the email editor , below is the example of
'grapesjs-tui-image-editor': {
config: {
includeUI: {
initMenu: 'crop',
},

      },
  
 upload :true,

}

Please let me know how i can fixed it.

Thanks

@DreamCloudProject
Copy link

Same problem!

@rainerregan
Copy link

Is there any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants