Is this even possible? I've been looking at applications that resize the canvas dynamically according to the height of the document in the iframe. if ($(document).height() > 700) { gadgets.window.adjustHeight(1400); } However this is clearly using opensocial...