How to make Facebook comments widget a fluid width?

后端 未结 19 1470
执念已碎
执念已碎 2020-12-13 00:46

Is it possible to make Facebook\'s comments widget a fluid width? Their documentation shows a width field for the fb:comments xfbml or iframe which is specifie

19条回答
  •  -上瘾入骨i
    2020-12-13 01:42

    Probably next change from FB and this time this works better:

    
    .fb_iframe_widget,
    .fb_iframe_widget span,
    .fb_iframe_widget iframe[style]  {width: 100% !important;}
    

提交回复
热议问题