Rich Text Editor style problem #4867
Unanswered
emmanouela88
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to figure out some problems I am facing with my RTE and QuillJs. What I have seen till now is that when I am importing an image, the width and height is saved ok on my rte component and thus on my db, but when I am trying a styling this is where everything starts to fall apart.
I have used a js file to resize my image (from here https://github.com/kensnyder/quill-image-resize-module) and then I used this suggestion: kensnyder/quill-image-resize-module#10 (comment) to try and save my image styling.
Nothing seems to work though as when I am trying to send an email with an image styling (for now only the alignment I am trying to save)the image appears on my mailbox with the default left alignment.
Do you have any suggestion on what should I do in order to keep my styling for an image?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions