Responsive Facebook Comments CSS Hack Broken

后端 未结 17 1771
渐次进展
渐次进展 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:21

    .fb-comments, .fb-comments span, .fb-comments iframe {
        min-width: 100% !important;
        max-width: 100% !important;
    }
    

    works with the new 100% data-width.

提交回复
热议问题