How to resize Facebook Canvas app (iFrame) correctly?

前端 未结 10 603
走了就别回头了
走了就别回头了 2021-02-06 09:25

I need to adjust canvas size after updating content of a page. I can do it explicitly by

FB.Canvas.setSize({ width: 760, height: 1480 });

howev

10条回答
  •  抹茶落季
    2021-02-06 09:55

    None of this worked for me. Make sure to type this before the closing tag.

提交回复
热议问题