Hey, i'm trying to put youtube video in a light box but everytime it opens the connection doesn't work.
It says: "the following link must have been removed or deleted", but it isn't.
By looking at google chrome inspection the "src" attribute at the iframe tag is starting with "//www.youtube.com(...)", are those "//" a problem?
<iframe class="mfp-iframe" src="**//**www.youtube.com/embed/WwKFp2zLXYQ?autoplay=1" frameborder="0" allowfullscreen=""></iframe>
besides that my code looks like that:
<div class="col-12 button-wrapper">
<div class="col-6 button-0">
Antes
</div>
<div class="col-6 button-1">
Depois
</div>
</div>
