-
-
Notifications
You must be signed in to change notification settings - Fork 983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue w/ IE 9 and IE 8 #2
Comments
This should be fixed now, two silly bugs with IE. It was refusing to run the JS, because it didn't like the mime-type application/javascript. Now changed to text/JavaScript in the example file. The second issue is that it didn't like the late setup on the 'settings' object. Changed var setting; to var settings = {}; Can you give it a try and let me know if it now works. Dave. |
I am not in the office today but will be looking into it tomorrow. Thanks: On Sun, Sep 1, 2013 at 7:40 PM, David J. Bradshaw
|
Just completed a successful test of your fix. Thank you for you help with this. |
Hi, I am facing the same issue. In IE the Iframe is not loading completely. Please provide a solution. |
I'm available to hirer if you want me to work on your code base. If you have a new bug, then you need to follow these guidelines to report it as a new issue. https://github.com/davidjbradshaw/iframe-resizer/blob/master/CONTRIBUTING.md |
David,
Thanks for your detailed explanation and examples of how this works. I have been working on dynamically applying height and width to a cross-domain iframe for about a week unsuccessfully until I read your article. I have everything up and running correctly on my staging site and host site ( using Firefox, Chrome, and IE 10 ), however I notice that this is not working for me on IE 9 and IE 8. The content loads in a smaller frame at the top of the page and does not expand or adjust dynamically.
How you experienced this issue before, or perhaps am I applying something incorrectly.
Thanks,
Mike K.
The text was updated successfully, but these errors were encountered: