Merge pull request #2437 from TehDmitry/dev
Allowing autoplay in data-background-iframe for audio and video elements
This commit is contained in:
		| @@ -3862,6 +3862,7 @@ | |||||||
| 					iframe.setAttribute( 'allowfullscreen', '' ); | 					iframe.setAttribute( 'allowfullscreen', '' ); | ||||||
| 					iframe.setAttribute( 'mozallowfullscreen', '' ); | 					iframe.setAttribute( 'mozallowfullscreen', '' ); | ||||||
| 					iframe.setAttribute( 'webkitallowfullscreen', '' ); | 					iframe.setAttribute( 'webkitallowfullscreen', '' ); | ||||||
|  | 					iframe.setAttribute( 'allow', 'autoplay' ); | ||||||
|  |  | ||||||
| 					iframe.setAttribute( 'data-src', backgroundIframe ); | 					iframe.setAttribute( 'data-src', backgroundIframe ); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user