<iframe id=”tamaro-iframe-rrhht” allow=”payment” src=https://donate.raisenow.io/rrhht?analytics.channel=embed style=”width: 100%; max-width: 580px; background: white; border: none;” sandbox=”allow-forms allow-modals allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation allow-top-navigation-to-custom-protocols”></iframe>

<script>

  window.addEventListener(

    ‘message’,

    e => {

      const iframe = document.getElementById(‘tamaro-iframe-rrhht’)

      if (iframe && e.origin === ‘https://donate.raisenow.io’) {

        iframe.style.height = e.data.height + ‘px’

      }

    }

  )

</script>