Hi,
I am trying to add a youtube video to my background and it works well except that the video seems to be "zooomed" or enlarged a bit. It doesn't display the full contents. My code is:
<div class="section page-section m-0 vh-75 vh-lg-100">
<div class="container clearfix">
<div class="video-wrap" style="height:680px">
<div class="yt-bg-player" data-quality="hd1080" data-start="45" data-stop="136" data-video="https://www.youtube.com/embed/PbUW72ORhRY" >
</div>
</div>
</div>
</div>
Please help!
