Remove white space beneath Facebook comments plugin

后端 未结 7 1119
逝去的感伤
逝去的感伤 2021-02-06 04:41

Take a look at the this link. Scroll down a bit and you should see a Facebook comments plugin with an embedded Google map right beneath it.

My problem is, there is a ton

7条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-06 05:17

    Don't set the height to auto, set the overflow...

    Set height:110px and overflow:auto on the Facebook iframe - then comments will expand the height of the iframe dynamically.

    Pop these changes in your $().ready function - this works fine for me.

提交回复
热议问题