左側にテキストが、右側に埋め込まれたYouTubeビデオが作成されました。テキストとビデオを並べて表示する方法(HTML Webページ)
しかし、ビデオは高さが伸びています。
この私が
<br>
<div class="col-md-6">
<h3> <strong> Heading </strong > </h3>
<hr>
<h3 class="null"><i class="fa fa-check" aria-hidden="true"></i> Text blurb here </h3>
<h3 class="null"><i class="fa fa-check" aria-hidden="true"></i> Text blurb here</h3>
<h3 class="null"><i class="fa fa-check" aria-hidden="true"></i> Text blurb here</h3>
<h3 class="null"><i class="fa fa-check" aria-hidden="true"></i> Text blurb here</h3>
<h3 class="null"><i class="fa fa-check" aria-hidden="true"></i> Text blurb here </h3>
<hr>
<h3> <strong> Some text here as well </strong>
<h4> some more text here too </h4><br>
</div>
<div class="col-md-6">
<iframe width="560" height="315" src="https://www.youtube.com/embed/C0DPdy98e4c?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
<div class="clear"></div>
を使用していたコードは、どのようにして高さを伸ばすない映像を得ることができています。
おかげPeavey社どこでそれをするべきですか? – Lokapedia
ありがとう、それでも同じ結果が出ました:( – Lokapedia
jsfiddleを確認しましたか?それは画面上のテキストの隣にあり、異常に高さを伸ばすことはありません – Peavey2787