Home
last modified time | relevance | path

Searched refs:backgroundIframe (Results 1 – 1 of 1) sorted by relevance

/plugin/revealjs/js/
H A Dreveal.js1181 backgroundIframe: slide.getAttribute( 'data-background-iframe' ), property in AnonymousFunctione17f777e0200.syncBackground.data
1202 …| data.backgroundColor || data.backgroundImage || data.backgroundVideo || data.backgroundIframe ) {
1207 data.backgroundIframe +
3835 var backgroundIframe = slide.getAttribute( 'data-background-iframe' );
3879 else if( backgroundIframe && options.excludeIframes !== true ) {
3886 iframe.setAttribute( 'data-src', backgroundIframe );
3902 if( shouldPreload( background ) && !/autoplay=(1|true|yes)/gi.test( backgroundIframe ) ) {
3903 if( backgroundIframeElement.getAttribute( 'src' ) !== backgroundIframe ) {
3904 backgroundIframeElement.setAttribute( 'src', backgroundIframe );