Lebigre
Lebigre
Thanks @fcisio, I was looking for this kind of explanation. It would benefit this repository if the way height is computed was documented like you did. p.s.: this issue is...
Hello talbotchad, Here is what I used: ``` (function ($, w) { function resize(e) { console.debug('resize iframe', e.contentWindow.document.body.scrollHeight); e.width = e.contentWindow.document.body.clientWidth; e.height = e.contentWindow.document.body.clientHeight; } w.resizeIframe = function (e) {...