Responsive Facebook Comments CSS Hack Broken

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

    Below is my solution. This script is just a workaround for this bug

    Solution inspired by:

    • above answers
    • this link

    Code below (just replace .comments-area with your own container class name)

    
    

提交回复
热议问题