Responsive iframe using Bootstrap

前端 未结 6 578
名媛妹妹
名媛妹妹 2020-12-04 05:44

I am using Bootstrap.

I have a text which contains 2 or 3 iframes based embed videos.

This data is fetched from database.

How can I make these iframe

6条回答
  •  爱一瞬间的悲伤
    2020-12-04 06:34

    Option 1

    With Bootstrap 3.2 you can wrap each iframe in the responsive-embed wrapper of your choice:

    http://getbootstrap.com/components/#responsive-embed

    
    

    Option 2

    If you don't want to wrap your iframes, you can use FluidVids https://github.com/toddmotto/fluidvids. See demo here: http://toddmotto.com/labs/fluidvids/

       
        
        
    

提交回复
热议问题