The javascript is loading an iframe. https://jsfiddle.net/uzairm/zc5ge27v/
<div class="editorskit-no-mobile">
<script src="//idx.diversesolutions.com/scripts/controls/Remote-Frame.aspx?MasterAccountID=1606&SearchSetupID=41&LinkID=474907&Height=2000"></script>
</div>
I am trying to lazy load it. I tried async and defer attribute. also, create it dynamically but it didn't work. Any idea? i just want to lazy load it or load it after 3 seconds.