Hello,
the autogrow on page tab isn't working on this page:
www.facebook.com/kussmund.wien/app_1623782587853413 width jfbc. Now jfcb is deactivated and this code is inserted directly in the template:
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '1623782587853413',
status : true,
xfbml : true
});
FB.Canvas.setAutoGrow();
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
the scrollbars are gone. But If I delete this code and activate jfcb, the scrollbars are here. Why?