We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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">
The text was updated successfully, but these errors were encountered:
Clearly a tinymce "feature". Will have to investigate how to avoid it.
Sorry, something went wrong.
No branches or pull requests
Impressionist will convert
Impressionist makes this:
The text was updated successfully, but these errors were encountered: