mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-14 02:52:02 -07:00
Lazy loading for more iframes.
This commit is contained in:
parent
53f669a39b
commit
f4f79da391
1 changed files with 2 additions and 2 deletions
|
@ -333,7 +333,7 @@
|
|||
<iframe class="youtube-iframe" src="https://www.youtube.com/embed/LaloFVeUvOk"
|
||||
title="YouTube video player"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen></iframe>
|
||||
allowfullscreen loading="lazy"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm">
|
||||
|
@ -341,7 +341,7 @@
|
|||
<iframe class="youtube-iframe" src="https://www.youtube.com/embed/ahQPl9FOX7A"
|
||||
title="YouTube video player"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen></iframe>
|
||||
allowfullscreen loading="lazy"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue