I am creating a web widget using iframe and javascript, and I would like to make my iframe resizable by its contents (which is loaded from another domain).
I did some searching (inclusive here in StackOverflow), and I find a couple of topics, but I could not find any conclusions about this problem.
Is it possible or not?
Since atm I need to set the iframe height to the maximum height of the content, which in some steps of my widget gives a lot of white space at the bottom, which doesn't look very good.
Please note that all interactions inside the iframe widget are done entirely with ajax. (Iframe src is just one html page).
brpaz source
share