-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
video listener bug #38
Comments
Could you please post the full quill code? |
The full code is:
and the json data:
|
this should render:
or what do you expect? the video element just points to an iframe source with default responsive classes from bootstrap. |
It does not render that. It renders:
|
ok thanks! Please try to remove the align attributes if you are looking for a quick fix. i will do some tests. |
try this:
|
It works. Will there be a fix for the attributes? |
4.0 refactor will not happen. Sorry. Quill is abandoned |
Describe the bug
Video tag output is not good, it prints the delta code instead of the html.
The delta code which generates the Problem
Example:
The expected html output the delta should produce
Example:
Expected behavior
The html output should bethe one above, instead the delta is the output:
Screenshots
If applicable, add screenshots to help explain your problem.
Using "use nadar\quill\listener\Video;" for Video.
The text was updated successfully, but these errors were encountered: