SyntaxFix
Write A Post
Hire A Developer
Questions
I have met the same issue today. After trying various method, I realize that just put the code of sizing inside $(window).load(function() {}) instead of document.ready would solve part of issue (if you are not ajaxing the page).
$(window).load(function() {})
document.ready