Add allow autoplay attribute to editor iframe (for media plugins)

This commit is contained in:
Oleg Korshul 2019-11-07 18:49:33 +03:00
parent f79725ac7a
commit 54c0fda8fe

View file

@ -798,7 +798,8 @@
iframe.allowFullscreen = true; iframe.allowFullscreen = true;
iframe.setAttribute("allowfullscreen",""); // for IE11 iframe.setAttribute("allowfullscreen",""); // for IE11
iframe.setAttribute("onmousewheel",""); // for Safari on Mac iframe.setAttribute("onmousewheel",""); // for Safari on Mac
iframe.setAttribute("allow", "autoplay");
if (config.type == "mobile") if (config.type == "mobile")
{ {
iframe.style.position = "fixed"; iframe.style.position = "fixed";