Using twitter bootstrap, how to make an embedded video responsive?

前端 未结 4 1383
一向
一向 2021-02-06 07:56

I am trying to make an embedded video responsive to window size change and compatible with mobile screens as well. Does anyone know which class to implement or how to make the v

4条回答
  •  情话喂你
    2021-02-06 08:38

    The easiest way for HTML5 video is to add class="img img-responsive" to video tag:

提交回复
热议问题