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.

A question about Canvas Height setting in the Facebook Settings.
There are 2 options Auto-Resize and Fluid and they seem to function in the same way.
In the Canvas Tutorial, it seems that the 2nd option should be scroll bars for Canvas Height, so I'm assuming that Fluid option is a new feature.

But what is the difference between Canvas Height set to Auto-Resize or Fluid?

share|improve this question

2 Answers

Here is the documentation

http://developers.facebook.com/blog/post/549/

share|improve this answer

If you would have placed your cursor over the question sign near the Canvas Height option, you might have seen this:

"Settable allows you to set the height via FB.Canvas.setSize() method in JavaScript SDK with default set to 800px. Fluid sets the height dynamically to fit the page and shows scrollbars if content exceeds the page size."

Also, the options are not Auto-Resize and Fluid, but Settable and Fluid

share|improve this answer
The change from 'Auto-Resize' to 'Settable' is a very recent change in the last few days. It still may be rolling out to new users and still appear as 'Auto-Resize'. – Phillip Sep 1 '11 at 11:40
Thanks. Yes, a day after I posted this question, the option "Auto-resize" was changed to "Settable", which is much more clear. – Nina Sep 5 '11 at 1:02

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.