You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iam trying to add video with autoplay muted in editor, I configured the attributes as below videoTagAttrs: {
autoplay: true,
muted: true,
} .
On adding the video url attributes are setting up but when switching to codeview and back to editor all the attributes are loosing only controls = true attribute is only remaining.
Expected behavior
If video tagAttrs are configured the editorcontents should not loose attributes.
Iam trying to add video with autoplay muted in editor, I configured the attributes as below
videoTagAttrs: {
autoplay: true,
muted: true,
} .
On adding the video url attributes are setting up but when switching to codeview and back to editor all the attributes are loosing only controls = true attribute is only remaining.
Expected behavior
If video tagAttrs are configured the editorcontents should not loose attributes.
Screenshots
Attaching a video for Quick reference
In my Local : screen-capture (63).webm
In Suneditor.com : screen-capture (64).webm
The text was updated successfully, but these errors were encountered: