How to implement a responsive Youtube embed iframe with Twitter Bootstrap?

后端 未结 6 1810
忘了有多久
忘了有多久 2021-01-30 14:10

Currently I\'m embedding Youtube videos with the following HAML code in a Twitter Bootstrap based site:

.row
  .span12
    %iframe.span11{ :height => \"720\",         


        
6条回答
  •  抹茶落季
    2021-01-30 14:57

    If using bootstrap, the method below is without a doubt the easiest way to implement a responsive embed:

    
     

    Documentation can be found here: http://getbootstrap.com/components/#responsive-embed.

提交回复
热议问题