There was an error while loading. Please reload this page.
1 parent e097619 commit 0fbfc97Copy full SHA for 0fbfc97
1 file changed
content/lib/pencilcodeembed.js
@@ -164,6 +164,7 @@
164
this.iframe = document.createElement('iframe');
165
this.iframe.style.width = '100%';
166
this.iframe.style.height = '100%';
167
+ this.iframe.setAttribute('allow', 'autoplay');
168
this.div.appendChild(this.iframe);
169
170
this.updatedCode = code;
0 commit comments