Use window on for iframe resize
"Code included inside $( window ).on( "load", function() { ... }) will run once the entire page (images or iframes), not just the DOM, is ready." - https://learn.jquery.com/using-jquery-core/document-ready/
"Code included inside $( window ).on( "load", function() { ... }) will run once the entire page (images or iframes), not just the DOM, is ready." - https://learn.jquery.com/using-jquery-core/document-ready/