File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 28
28
$ ( 'pre code' ) . each ( function ( i , e ) { hljs . highlightBlock ( e ) } ) ;
29
29
} ) ;
30
30
</ script >
31
- < script >
31
+ < script type =" text/javascript " >
32
32
$ ( function ( ) {
33
33
$ ( ".dropdown" ) . hover (
34
34
function ( ) { $ ( this ) . addClass ( 'open' ) } ,
42
42
) ;
43
43
} ) ;
44
44
</ script >
45
+ < script type ="text/javascript ">
46
+ function init ( ) {
47
+ var vidDefer = document . getElementsByTagName ( 'iframe' ) ;
48
+ for ( var i = 0 ; i < vidDefer . length ; i ++ ) {
49
+ if ( vidDefer [ i ] . getAttribute ( 'data-src' ) ) {
50
+ vidDefer [ i ] . setAttribute ( 'src' , vidDefer [ i ] . getAttribute ( 'data-src' ) ) ;
51
+ } } }
52
+ window . onload = init ;
53
+ </ script >
Original file line number Diff line number Diff line change 206
206
Watch the Presentation
207
207
</ h2 >
208
208
< div class ="embed-responsive embed-responsive-16by9 ">
209
- < iframe class ="embed-responsive-item " width ="560 " height ="315 " src ="https://www.youtube.com/embed/iQU18hAjux4 "
209
+ < iframe class ="embed-responsive-item " width ="560 " height ="315 " src ="" data-src =" https://www.youtube.com/embed/iQU18hAjux4 "
210
210
title ="YouTube video player " frameborder ="0 " allow ="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share "
211
- loading ="lazy "
212
211
allowfullscreen > </ iframe >
213
212
</ div >
214
213
</ div >
You can’t perform that action at this time.
0 commit comments