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?

FB.setAutoGrowdoes only expand the canvas height – if you want it to shrink, you have to callFB.setSizeinstead with the desired target height. – CBroe Jan 27 at 21:34