I had everything working fine when the site was in beta and working off the IP address. Once we launched and pointed the DNS to the site, we changed the settings in WP from the IP to the domain and the autosize feature stopped working.
The page we are pulling in is not on the same domain so we are using the script <script src="http://www.mydomain.com/wp-content/plugins/advanced-iframe/js/ai_external.js"></script> I went ahead and changed this script on the page we're pulling in so the domain was the real domain, not the ip address, confirmed it was there and still no auto size, it just pulls in the first 100px or so of the page with a scrollbar.
We then went back and changed the WP settings back to the IP and it worked. We obviously cannot keep it this way though so I was forced to change it back and set a static pixel height to the iframe for the interim. Are there any settings that I'm missing?
Any help would be greatly appreciated
|