|
@@ -3122,6 +3122,9 @@
|
|
|
|
|
|
else if( backgroundIframe ) {
|
|
|
var iframe = document.createElement( 'iframe' );
|
|
|
+ iframe.setAttribute( 'allowfullscreen', '' );
|
|
|
+ iframe.setAttribute( 'mozallowfullscreen', '' );
|
|
|
+ iframe.setAttribute( 'webkitallowfullscreen', '' );
|
|
|
|
|
|
|
|
|
|