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
I think this line must be allowedContent: 'div[data-responsive](!ckeditor-html5-video){text-align,float,margin-left,margin-right}; video[src,poster,controls,autoplay,width,controlslist,height,loop]{max-width,height};',
video list must contained controlslist, otherwise plugin can't parse this parameter from stored html, and always set it to "True"
The text was updated successfully, but these errors were encountered:
ckeditor-html5-video/html5video/plugin.js
Line 15 in 15fc6b1
I think this line must be
allowedContent: 'div[data-responsive](!ckeditor-html5-video){text-align,float,margin-left,margin-right}; video[src,poster,controls,autoplay,width,controlslist,height,loop]{max-width,height};',
video
list must containedcontrolslist
, otherwise plugin can't parse this parameter from stored html, and always set it to "True"The text was updated successfully, but these errors were encountered: