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

embedded videos cannot be exported in html #4186

Open
raimotheculturefactor opened this issue May 7, 2024 · 0 comments
Open

embedded videos cannot be exported in html #4186

raimotheculturefactor opened this issue May 7, 2024 · 0 comments

Comments

@raimotheculturefactor
Copy link

I'm adding an embedded video in the editor. The editor shows the video in an iframe. My problem is when I want to get the html content from the editor. It returns a link, not the iframe as whole.

Steps for Reproduction

  1. open the editor
  2. add a video
  3. get the html from editor

Expected behavior:

expecting the return value be:

<iframe class="ql-video" frameborder="0" allowfullscreen="true" src="${video}"></iframe>

Actual behavior:

<a href="${video}">${video}</a> is returned

Platforms:

windows

Version:

2.0.*

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

1 participant