Hi all,
I want to display a URL from Loops and Logic via < Embed >< /Embed >; this works fine.
However, it comes with a gigantic top-margin of over 56%; where can I correct that? Changing it via CSS to a top-margin of 50px does NOT WORK:
.tangible-embed-dynamic tangible-dynamic-module {
padding-top: 50px !important;
}
This is what I see in my inspector:
<div class="tangible-embed-dynamic tangible-dynamic-module" data-tangible-dynamic-module="embed-dynamic" **style="padding-top: 56.2667%;**">
<div class="avia-iframe-wrap" style="padding-bottom: 56.2667%;">
<iframe title="RCVRY RUN Nijmegen met Miranda" width="1500" height="844" src="https://www.youtube.com/embed/XHrvUpPpa1o?feature=oembed&wmode=opaque&rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="">
</iframe>
</div>
</div>
I hope you guys can help me, many thanks in advance!
Ita