<link rel='stylesheet prefetch' href='//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css'>
<h1>Bootstrap 3 Responsive Video Embeds that Maintain Aspect Ratio <i class="fa fa-heart"></i></h1>

<div class="container">
    <div class="row">
        <div class="col-sm-6">
            <h2>16:9 Responsive Aspect Ratio</h2>
            <div class="embed-responsive embed-responsive-16by9">
                <iframe class="embed-responsive-item" src="/uploads/141201/among_the_stars.mp4"></iframe>
          </div>
        </div>
        <div class="col-sm-6">
            <h2>4:3 Responsive Aspect Ratio</h2>
            <div class="embed-responsive embed-responsive-4by3">
                <iframe class="embed-responsive-item" src="/uploads/141201/among_the_stars.mp4"></iframe>
            </div>
        </div>
    </div>
</div>

  

相关文章:

  • 2021-12-20
  • 2021-11-23
  • 2021-12-28
  • 2021-05-17
  • 2021-06-17
  • 2021-04-23
  • 2021-12-28
  • 2022-01-25
猜你喜欢
  • 2021-08-22
  • 2022-12-23
  • 2021-06-04
  • 2022-02-19
  • 2021-11-16
  • 2022-12-23
  • 2022-01-26
相关资源
相似解决方案