Reputation: 2843
I need to change height of an iframe, which is changing his weight. For example, iframe is a form, which is like 500px height, but when user click on smt, it changes size to for example 800px.
Upvotes: 0
Views: 49
Reputation: 14293
Assuming that you have access to both the origin and the request file, my suggestion is to use this library that works REALLY good.
https://github.com/davidjbradshaw/iframe-resizer
Be sure to read all the documentation tho, cause it may require some setup
Upvotes: 2