What is the iFrame code for Lead Harvester deployment?
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.2.10/iframeResizer.min.js"></script>
<body>
<iframe id="vroi" src="https://www.visualize-roi.com/vr/customer/ui/{name}/" style="width: 1px; min-width: 100%;min-height: 100%;" frameBorder="0" scrolling="no"></iframe>
<script>
iFrameResize({
log: true
}, '#vroi');
</script>
</body>