レスポンシブYouTube動画のコードは以下のとおりですが、表示されません。クラスを削除すると、ビデオは表示されますが、その幅は非常に短いです。 Hereは、それをホストするサイトです。サイトに表示されているようにレスポンシブクラスを追加した後にYouTube動画が表示されない
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="<?php echo get_field("youtube_video");?>" frameborder="0" allowfullscreen></iframe>
<div class="more-videos">
<button type="button" class="btn btn-warning">View More Videos From Matt</button>
</div>
</div>
HTML、
<div class="row">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="http://www.youtube.com/v/lQ2EZdkLCfc&version=3&loop=1&playlist=gq_zxxutiok,GEuouxgqa3Q,iwiXhnjlRuw" frameborder="0" allowfullscreen></iframe>
<div class="more-videos">
<button type="button" class="btn btn-warning">View More Videos From Matt</button>
</div>
</div>
</div>
我々は[MCVE]してください持っているように、あなたの問題を再現するために必要なコードが含まれています。 –
@MichaelCoker:詳細を追加しました。 –
[応答可能な幅にYouTube動画を縮小する](http://stackoverflow.com/questions/15844500/shrink-a-youtube-video-to-responsive-width) – pol