You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to have an URL like https://commentable.net/widget.js that I can add to my web site. It loads some JavaScript inside this frame. The frame resizes as the iframe content expands / shrinks down.
Most likely we need to have some JavaScript installed in parent's frame, that talks to iframe content's JavaScript (via message sending?) that figures out the size of iframe's height, and resizes the parent <iframe> object to match.
Please research how others are doing it
The text was updated successfully, but these errors were encountered:
I want to have an URL like https://commentable.net/widget.js that I can add to my web site. It loads some JavaScript inside this frame. The frame resizes as the iframe content expands / shrinks down.
Most likely we need to have some JavaScript installed in parent's frame, that talks to iframe content's JavaScript (via message sending?) that figures out the size of iframe's height, and resizes the parent <iframe> object to match.
Please research how others are doing it
The text was updated successfully, but these errors were encountered: