Skip to content

Commit 99b9ae4

Browse files
Add files via upload
1 parent 2d877e6 commit 99b9ae4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

index.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
function loadVideo(element) {
3030
const iframe = element.querySelector('iframe');
3131
const src = iframe.getAttribute('data-src');
32-
iframe.setAttribute('src', src);
32+
iframe.src = src;
3333
}
3434

3535
function handleIntersection(entries, observer) {
@@ -303,14 +303,7 @@ <h2>Videos</h2>
303303
</div>
304304
<p>SML Movie: Say Cheese and Bye [REUPLOADED] - YouTube</p>
305305
</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+
314307
<section>
315308
<div class="video-container">
316309
<iframe src="https://www.youtube.com/embed/b_eoTn-bbNo" frameborder="0" allowfullscreen></iframe>

0 commit comments

Comments
 (0)