BRS PENSION LUMP SUM CALCULATOR
function resizeIframe(){ var iframe= $("#themeframe");
if($(window).width() > 750){ iframe.css({height: '1700px'}); } else if($(window).width() < 400){ iframe.css({height: '1900px'}); }else{ iframe.css({height: '1550px'}); } } $(document).ready(function(){ resizeIframe(); }); $(window).resize(function(){ resizeIframe(); });