Enable a full screen for embed youtube video
Hello,
I can't enable a full screen for embed youtube video in iframe.
This is the code:
HTML Code:
<a href="https://www.youtube.com/embed/kXptPzKNMq4?autoplay=1&rel=0&enablejsapi=1&playerapiid=ytplayer" target="display">Title</a><br>
<div style="background-image: url(); background-repeat: no-repeat; float: left; height: 539px; padding: 0px; width: 658px;">
<div style="float: left; height: 221px; margin: 79px 0px 0px 81px; padding: 0px; width: 393px;">
<iframe allowfullscreen="" frameborder="0" height="279" id="display" name="display" width="497"></iframe>
</div>
</div>
Can you solve the problem, please?:)