How to add to the height of the document a few px?
$(function() { var iframe = $('#iframe', parent.document.body); iframe.height($(document.body).height()); }); How to add to the height of the document a few px?
$(function() { var iframe = $('#iframe', parent.document.body); iframe.height($(document.body).height()); }); Source: https://ru.stackoverflow.com/questions/707578/
All Articles