Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I currently use masonry plugin in my facebook app. Everything is work well but except one thing, at the first time, the FB.autoGrow don't resize the iframe fast enough. As the result, the layout is broken, and all the items are overlapped as in the picture. Could you please tell me any solution to fix this problem?

enter image description here

share|improve this question
Have you tried initializing the plugin with a little timeout? – CBroe Jul 16 '12 at 8:16
I create a ajax paginator (load more), that is the main cause :( – eureka Jul 16 '12 at 8:36

1 Answer

up vote 0 down vote accepted

I found the answer in github. I have just add these lines of code and it works well.

 bufferPx: 10000,
 extraScrollPx: 12000,

References: https://github.com/desandro/masonry/issues/145

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.