UNPKG

a-pollo

Version:

The visual CSS style guide for teams

7 lines (6 loc) 193 B
$(function () { window.resizeIframe = function (obj, margin) { var marginSet = margin || 0 obj.style.height = (obj.contentWindow.document.body.scrollHeight + marginSet) + 'px' } })