The iframe
should have the attribute data-anvil-embed
, so adding that to your iframe
might do it:
<div class="iframe-wrapper">
<iframe data-anvil-embed style="width: 100%"></iframe>
</div>
If it still doesn’t work, would you mind checking your browser console to see if there are any errors?