Responsive iframe using Bootstrap

前端 未结 6 570
名媛妹妹
名媛妹妹 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:18

    So, youtube gives out the iframe tag as follows:

    
    

    In my case, i just changed it to width="100%" and left the rest as is. It's not the most elegant solution (after all, in different devices you'll get weird ratios) But the video itself does not get deformed, just the frame.

提交回复
热议问题