diff --git a/client/js/common/editor/froala.es6 b/client/js/common/editor/froala.es6 index 0cc69683..329a8b9d 100644 --- a/client/js/common/editor/froala.es6 +++ b/client/js/common/editor/froala.es6 @@ -107,7 +107,8 @@ var froala = function($el, options) { refresh: function () { } }, - } + }, + videoAllowedAttrs: ["src","width","height","frameborder","allowfullscreen","webkitallowfullscreen","mozallowfullscreen","href","target","id","controls","value","name", "autoplay", "loop", "muted"] }) $('.froala-popup').parents('.froala-editor').css('z-index', 99999)