Quellcode durchsuchen

Merge pull request #2437 from TehDmitry/dev

Allowing autoplay in data-background-iframe for audio and video elements
Hakim El Hattab vor 5 Jahren
Ursprung
Commit
201e8316a2
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      js/reveal.js

+ 1 - 0
js/reveal.js

@@ -3862,6 +3862,7 @@
 					iframe.setAttribute( 'allowfullscreen', '' );
 					iframe.setAttribute( 'mozallowfullscreen', '' );
 					iframe.setAttribute( 'webkitallowfullscreen', '' );
+					iframe.setAttribute( 'allow', 'autoplay' );
 
 					iframe.setAttribute( 'data-src', backgroundIframe );