Tadeáš Jílek
Tadeáš Jílek

Reputation: 2843

Iframe - how to change iframe height automatically?

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

Answers (1)

Nick
Nick

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

Related Questions