update slide bg example presentation to include iframes and videos #1029
This commit is contained in:
@ -2614,7 +2614,7 @@
|
||||
// Iframes
|
||||
else if ( backgroundIframe ) {
|
||||
var iframe = document.createElement( 'iframe' );
|
||||
iframe.setAttribute('src', backgroundIframe);
|
||||
iframe.setAttribute( 'src', backgroundIframe );
|
||||
iframe.style.width = '100%';
|
||||
iframe.style.height = '100%';
|
||||
iframe.style.maxHeight = '100%';
|
||||
|
Reference in New Issue
Block a user