でyoutube videoを追加しましたが、フルスクリーンではありません。youtube videoをフルスクリーンでバックグラウンドで表示するには
左側と右側にはまだ黒い背景があります。
<section class="banner-video">
<div class="banner-video-inner">
<iframe height="100%" width="100%" src="https://www.youtube.com/embed/<?php the_field('banner_video_link');?>?autoplay=1" frameborder="0" allowfullscreen></iframe>
</div>
</section>
.banner-video{position: relative; z-index: 0; width:100%; height:650px;}
.banner-video-inner{ position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none; z-index: 2;}
私は事前カスタムフィールドプラグインを使用してthe_field使用:
は、ここに私のコードです。
誰も私にフルスクリーンでビデオを表示し、その左右の黒い背景を削除する方法を教えてもらえますか?
を??あなたは私のコードに関連した答えをくれますか?ありがとう – Manish