We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3470544 commit 0a8f9d7Copy full SHA for 0a8f9d7
src/Resources/contao/templates/ce_vimeo.html5
@@ -13,7 +13,7 @@
13
iframe.src = this.dataset['video'];
14
iframe.width = <?= $this->width ?>;
15
iframe.height = <?= $this->height ?>;
16
- iframe.allowfullscreen = '';
+ iframe.setAttribute('allowfullscreen', '');
17
this.parentNode.replaceChild(iframe, this);
18
});
19
</script>
src/Resources/contao/templates/ce_youtube.html5
0 commit comments