0) iframe.style.height = h + 'px'; } catch (e) { /* not ready yet */ } } iframe.addEventListener('load', function() { syncHeight(); setInterval(syncHeight, 500); }); })();