mirror of
https://github.com/kforney/kforney.github.io.git
synced 2025-02-22 12:48:39 -07:00
Lazy loading of YouTube iframes.
This commit is contained in:
parent
7b8ad04859
commit
53f669a39b
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@
|
||||||
<iframe class="youtube-iframe" src="https://www.youtube.com/embed/N5unzGlC9ME"
|
<iframe class="youtube-iframe" src="https://www.youtube.com/embed/N5unzGlC9ME"
|
||||||
title="YouTube video player"
|
title="YouTube video player"
|
||||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||||
allowfullscreen></iframe>
|
allowfullscreen loading="lazy"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -200,7 +200,7 @@
|
||||||
src="https://www.youtube-nocookie.com/embed/nra31mia8Y0" title="YouTube video player"
|
src="https://www.youtube-nocookie.com/embed/nra31mia8Y0" title="YouTube video player"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||||
allowfullscreen></iframe>
|
allowfullscreen loading="lazy"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue