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

Not possible to add <video> tag #21

Open
samuelba opened this issue Jun 15, 2019 · 1 comment
Open

Not possible to add <video> tag #21

samuelba opened this issue Jun 15, 2019 · 1 comment

Comments

@samuelba
Copy link

Impressionist will convert

<video width="1280" height="720" controls loop>
  <source src="videos/video.mp4" type="video/mp4">
</video>

Impressionist makes this:

<img data-mce-p-loop="loop" data-mce-p-controls="controls" data-mce-html="%0A%20%20%3Csource%20src%3D%22videos/video.mp4%22%20type%3D%22video/mp4%22%3E%0A" width="1280" height="720" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-mce-object="video" class="mce-object mce-object-video">
@henrikingo
Copy link
Owner

Clearly a tinymce "feature". Will have to investigate how to avoid it.

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