Hi there, I am using the code to open up a model and play an embedded youtube video, however I am getting an error saying the video can't be connected to (see screenshot)
Here is the code:
Also usign this code as an alternative but it also then gives an error saying 'youtube failed to connect'...
<div class="modal1 mfp-hide" id="myModal1">
<div class="block mx-auto" style="background-color: #000; max-width: 80%">
<div class="text-center" style="padding: 0px;">
<iframe width="1920" height="1080" src="https://youtu.be/A9mIeVPYgz0" frameborder="0" allowfullscreen></iframe>
I've tried with both youtube and vimeo links and getting errors both times.
