With Unbounce you should be able to add our embed code directly to the widget/container you are using.
Depending on the container/widget you are using, our embed code might be rejected. If this is the case, Unbounce might be rejecting the 'div' tag in our embed code. So if that is happening, please remove that 'div' tag.
For example, this is a default embed code:
<div style="position:relative; width:1px; min-width:100%;padding-bottom:56.25%;"><iframe allow="autoplay" class='spotlightr' allowtransparency="true" style="width:1px; min-width:100%; height: 100%; position:absolute; " allowfullscreen="true" src="https://videos.cdn.spotlightr.com/watch/MTc3OTQ2MA==?fallback=true" frameborder="0" scrolling="no" name="videoPlayer" > </iframe></div>
When you remove the 'div' tag you get this, leaving only the 'iframe':
<iframe allow="autoplay" class='spotlightr' allowtransparency="true" style="width:1px; min-width:100%; height: 100%; position:absolute; " allowfullscreen="true" src="https://videos.cdn.spotlightr.com/watch/MTc3OTQ2MA==?fallback=true" frameborder="0" scrolling="no" name="videoPlayer" > </iframe>
