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

[BUG]: inline images does not load with initialContent #269

Open
Bayramito opened this issue Jan 23, 2025 · 2 comments
Open

[BUG]: inline images does not load with initialContent #269

Bayramito opened this issue Jan 23, 2025 · 2 comments

Comments

@Bayramito
Copy link

Bayramito commented Jan 23, 2025

If you have a image inside another tag, the img is not being rendered.

for example

<p style="text-align: left">
     <img loading="lazy" src="https://cdn.pixabay.com/photo/2016/06/02/02/33/triangles-1430105_640.png" style="border-radius: 8px; background-color: transparent; margin: 10px 0; padding: 0px; object-fit: cover; width: 410px; height: undefined">
</p>`;

if you have a html in this form and if you try to load it via initialContent in useEditorBridge, the img is not rendered at all.

@GlennImson
Copy link

Any possible fix here?

@Bayramito
Copy link
Author

Any possible fix here?

Did not found yet

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

2 participants