Lazy Load implementation with Pure JavaScript
You can use this library for img, iframe and source elements.
- add lazyload classname to elements
- change src as data-src
<img class="lazyload" data-src="example.png" ... />
<iframe class="lazyload" data-src="https://example.com/" ... ></iframe>