Answer the question
In order to leave comments, you need to log in
How to change iframe tab height in facebook when page is zoomed out?
Good afternoon! I have a tab in facebook from static pages, the height of the pages is fixed. With the standard solution:
window.onload = function() {
FB.Canvas.setAutoGrow(10);
}
Answer the question
In order to leave comments, you need to log in
I write the answer myself, maybe it will be useful.
FB.Canvas.setSize({height:600});
setTimeout("FB.Canvas.setAutoGrow()",500);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question