File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 29
29
function loadVideo ( element ) {
30
30
const iframe = element . querySelector ( 'iframe' ) ;
31
31
const src = iframe . getAttribute ( 'data-src' ) ;
32
- iframe . setAttribute ( ' src' , src ) ;
32
+ iframe . src = src ;
33
33
}
34
34
35
35
function handleIntersection ( entries , observer ) {
@@ -303,14 +303,7 @@ <h2>Videos</h2>
303
303
</ div >
304
304
< p > SML Movie: Say Cheese and Bye [REUPLOADED] - YouTube</ p >
305
305
</ section >
306
-
307
- < section >
308
- < div class ="video-container ">
309
- < iframe src ="https://www.youtube.com/embed/ABoh8b7KYCg " frameborder ="0 " allowfullscreen > </ iframe >
310
- </ div >
311
- < p > SML Movie: Say Cheese and Bye [REUPLOADED] - YouTube</ p >
312
- </ section >
313
-
306
+
314
307
< section >
315
308
< div class ="video-container ">
316
309
< iframe src ="https://www.youtube.com/embed/b_eoTn-bbNo " frameborder ="0 " allowfullscreen > </ iframe >
You can’t perform that action at this time.
0 commit comments