mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-14 02:52:02 -07:00
Lazy loading for ALL the iframes!
This commit is contained in:
parent
f4f79da391
commit
371084cb83
1 changed files with 3 additions and 3 deletions
|
@ -125,7 +125,7 @@
|
|||
</div>
|
||||
|
||||
<div class="row mt-3">
|
||||
<iframe src="https://itch.io/embed/1308115?border_width=0&bg_color=12161f&fg_color=78a1bb&link_color=ffbc42&border_color=283044" aria-label="The Climb on Itch.io">
|
||||
<iframe loading="lazy" src="https://itch.io/embed/1308115?border_width=0&bg_color=12161f&fg_color=78a1bb&link_color=ffbc42&border_color=283044" aria-label="The Climb on Itch.io">
|
||||
<a href="https://lunarpenguin.itch.io/the-climb">The Climb by Lunar_Penguin</a></iframe>
|
||||
</div>
|
||||
|
||||
|
@ -151,7 +151,7 @@
|
|||
<div class="mt-4"></div>
|
||||
|
||||
<div class="row mt-3">
|
||||
<iframe src="https://itch.io/embed/689456?border_width=0&bg_color=12161f&fg_color=78a1bb&link_color=ffbc42&border_color=283044" aria-label="Last Minute on Itch.io">
|
||||
<iframe loading="lazy" src="https://itch.io/embed/689456?border_width=0&bg_color=12161f&fg_color=78a1bb&link_color=ffbc42&border_color=283044" aria-label="Last Minute on Itch.io">
|
||||
<a href="https://lunarpenguin.itch.io/last-minute">Last Minute by Lunar_Penguin</a></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -227,7 +227,7 @@
|
|||
<div class="mt-4"></div>
|
||||
|
||||
<div class="row mt-3">
|
||||
<iframe src="https://itch.io/embed/630032?border_width=0&bg_color=12161f&fg_color=78a1bb&link_color=ffbc42&border_color=283044" aria-label="Megashigi on Itch.io">
|
||||
<iframe loading="lazy" src="https://itch.io/embed/630032?border_width=0&bg_color=12161f&fg_color=78a1bb&link_color=ffbc42&border_color=283044" aria-label="Megashigi on Itch.io">
|
||||
<a href="https://lopar.itch.io/megashigi">MEGASHIGI by Lopar</a></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue