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

后端 未结 6 1826
忘了有多久
忘了有多久 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:32

    Try this "Responsive video CSS", it works perfect for me: https://gist.github.com/2302238

    ...

提交回复
热议问题