私の主な目標は達成されました。私は自分のページの上部にバックグラウンドビデオを持っていましたが、問題は今、ビデオを反応的にしたいのですが、間違ったやり方で、画面を小さくすると、ビデオが小さくなり、高さが上がるのではなく、ちょうど幅と高さが小さくなります。幅が小さくなり、高さが高くなります。ここでレスポンシブビデオが予期したとおりに調整されない
は一例です:
現在の行動:私は必要なもの
私のhtmlコード:
<section class="custom content_section bg_fixed white_section bg2">
<div class="embed-responsive embed-responsive-16by9">
<div id="video_overlays"></div>
<div class="container vertical-center">
<div id="over">
<div class="title-wrapper main_title centered upper">
<h2 id="video_title"><span class="line"></span>VIDEO TITLE</h2>
</div>
<div class="description4 centered">
<p id="video_sub_title"><b>LOREM IPSUM A SIMPLE DESCRIPTION<br>
Usability and simple deployment are the key words.</b></p>
</div>
</div>
</div>
<div id="player" width="100%" height="100%" style="z-index:-1">
</div>
</div>
</section>
が動作しません:同じ効果が、私は親のdivに適用しようとしましたが、ビデオはちょうど消えます –
上記のupdaeを参照してください@FilipeCosta –
ほとんどsolvet、私はクラスの埋め込み応答とアスペクトを削除する必要があります比率1が、アスペクト比にはまだ1の問題があります。サイズを小さくすると、上下の黒い境界線が表示されますが、これを修正する簡単な方法はありますか? –