
photo from ShootMania
之前寫了 twitter 與 dropbox 的公司福利,原本要繼續寫其他公司的,後來因為比較沒空所以還沒寫,結果有人點播要寫 Twitch 這家出名的網路直播服務公司,於是就來開工了。
document.getElementById('myframe').onload = function() { var ih = document.getElementById('myframe').contentWindow.document.body.scrollHeight; $('#myframe').css('height', (ih+50) + "px"); };
var iframe = document.getElementById('myframe'); function resize() { var ih = iframe.contentWindow.document.body.offsetHeight; iframe.style.height = (ih +30) +"px"; } if (iframe.attachEvent) iframe.attachEvent('onload', resize); else iframe.addEventListener('load', resize, false);