Yes, finally, there was an annoying box for resizing from the original 964 pixels:
( , )
size:(width:600,height:500),
, :
size:(width:600,height:500),width:600,height:500, ...
JavaScript , jQuery:
FB.ui({
method: 'fbml.dialog',
fbml: (
'<div style="width:480px;border:1px black solid;">A small JavaScript library that allows you to harness ' +
'the power of Facebook, bringing the user\ identity, ' +
'social graph and distribution power to your site.</div>'
),
size: {width:640,height:480}, width:640, height:480
});
$(".FB_UI_Dialog").css('width', $(window).width()*0.8);