html
1 <div class="mv"> 2 <iframe src="https://www.youtube.com/embed/yn" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> 3 </div>
css
1.mv { 2 position: relative; 3 height: 0; 4 padding-top: 40%; 5 margin: 0 auto; 6 width: 90%; 7} 8 9iframe{ 10 position: absolute; 11 top: 0; 12 left: 0; 13 width: 80%; 14 height: 100%; 15 margin: 0 auto; 16 display: block; 17 18}
上記のやり方ではなぜうまくいかなかいのでしょうか。
iframe要素の幅は変えずに中央寄せにする方法はありますか。
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2020/02/04 05:56
2020/02/04 06:05 編集