Lazy loading for more iframes.

This commit is contained in:
Kaj Forney 2023-02-23 11:08:54 -07:00
parent 53f669a39b
commit f4f79da391
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F

View file

@ -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>