How to set up twitter's embedded timeline width in percentage (responsive/fluid design)

后端 未结 9 1327
慢半拍i
慢半拍i 2021-02-04 17:06

I\'m looking to set up twitter\'s embedded timeline, it\'s quite easy when you\'re having a fixed design, but that\'s not my case and I\'m actually building a fluid and responsi

9条回答
  •  渐次进展
    2021-02-04 17:27

    Attribute selector should work:

    iframe[id*="twitter-widget"] {
      width: 100%;
    }
    

    More here.

提交回复
热议问题