How to make Facebook comments widget a fluid width?

后端 未结 19 1473
执念已碎
执念已碎 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条回答
  • 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;}
    
    0 讨论(0)
提交回复
热议问题