ireade / caniuse-embed

📊 Embed realtime data from caniuse.com
https://caniuse.bitsofco.de
325 stars 21 forks source link

Lazy-load iframe similar to codepen embed #32

Closed robole closed 1 year ago

robole commented 2 years ago

Hi,

Thanks for creating this.

It would improve performance for initial page loads for pages that use the interactive embed if you include the loading='lazy attribute on the iframe you create in the script. The support in browsers for this is quite good now.

Codepen has similar embed functionality and includes it as per screenshot below.

Screenshot from 2022-03-27 13-41-27

I can submit a PR if you wish?

All the best

Rob