code format
This commit is contained in:
parent
a245a87e38
commit
53b9dbc654
|
@ -2766,6 +2766,7 @@
|
|||
// Videos
|
||||
else if ( backgroundVideo && !isSpeakerNotes() ) {
|
||||
var video = document.createElement( 'video' );
|
||||
|
||||
if( backgroundVideoLoop ) {
|
||||
video.setAttribute( 'loop', '' );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue