Hi im trying to embed a clickup view inside Miro without the loader view
however im not quite sure how this works, since i tried using ‘&embedAutoplay=true’ and it still doesn’t work.
the embed code from clickup is this;
<iframe class="clickup-embed" src="https://sharing.clickup.com/xxx//h/db" onwheel="" width="100%" height="700px" style="background: transparent; border: 1px solid #ccc;"></iframe>
i tried putting it behind the url it doesnT work
<iframe class="clickup-embed" src="https://sharing.clickup.com/xxx//h/db&embedAutoplay=true" onwheel="" width="100%" height="700px" style="background: transparent; border: 1px solid #ccc;"></iframe>
or this doesn’t work either
<iframe class="clickup-embed" src="https://sharing.clickup.com/xxx//h/db" onwheel=”&embedAutoplay=true" width="100%" height="700px" style="background: transparent; border: 1px solid #ccc;"></iframe>
any ideas how to make this work or it cannot work?
Thanks in advance!