1 min read

I don't need to make my own lazy-loader anymore?

web-development
web-development

I don't have to use any libraries?

Wait... I can just use loading="lazy anywhere I put an <img /> or <iframe /> tag and it'll just... wait?

I was today years old when I figured this one out. I was too used to the bad-old-days having to roll my own solution or search for someone else's. I had no idea that they had finally added this to the standard, and I highly appreciate it.

Thank you so much HTML gods! You have heard my prayers!

As a result, this page should load a lot faster too!