Responsive Facebook Comments CSS Hack Broken

后端 未结 17 1701
渐次进展
渐次进展 2020-12-12 22:48

I was using:

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

To make Facebook Comments responsi

17条回答
  •  醉梦人生
    2020-12-12 23:13

    Add data-width="100%" attribute to your fb-comments element. It will set the container to a fluid width.

    Ex:

    This seems like a recent update from Facebook on their Facebook Comments Plugin

提交回复
热议问题