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 have set canvas to have fluid size, but after resizing window of browser, size of iframe doesn't change. It stays permanently at 760px.

I need it becouse my client wants to have resposive front-end in fb application, but I'm not sure if it is possible anyway.

The question is: how to make it works?

share|improve this question
FB.setAutoGrow does only expand the canvas height – if you want it to shrink, you have to call FB.setSize instead with the desired target height. – CBroe Jan 27 at 21:34
possible duplicate of Shrink size of facebook canvas app – Igy Jan 29 at 1:37

1 Answer

Hm, I guess you're talking about horizontal resizing - this should definitely happening (even without calling FB.setAutoGrow) as soon as you activate the according option:

enter image description here

In fact this works even if you don't load the JS-SDK at all.

Here's a demo: https://apps.facebook.com/lastfm-og-scrobbler/

share|improve this answer
As you can read in my ask - I set canvas to fluid. – kspacja Jan 29 at 8:20
And your demo doesn't shrink. Canvas has the same size all the time – kspacja Jan 29 at 8:33
not for me (resizes just fine). which browser are you using? – Michael Kamleitner Jan 29 at 23:03

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.