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 tried your project and believe I have most of it working. In your example, it dynamically resizes the iFrame and content when you adjust the window size manually. On my site, however, the iFrame does not resize and the callback values do not change when you resize the window. The iFrame is only adjusted when I change pages by clicking within the iFrame, causing a page refresh. You can check out my site at redhotrentalsaz.com. Thanks!
The text was updated successfully, but these errors were encountered:
Looks like you page in the iFrame is passing an additional message which is just a number, rather than a string. I've fixed the code to force all received messages to strings.
I need to update the GruntFile to version 4 to rebuild this before I can publish it. Hope to get some time later today.
I tried your project and believe I have most of it working. In your example, it dynamically resizes the iFrame and content when you adjust the window size manually. On my site, however, the iFrame does not resize and the callback values do not change when you resize the window. The iFrame is only adjusted when I change pages by clicking within the iFrame, causing a page refresh. You can check out my site at redhotrentalsaz.com. Thanks!
The text was updated successfully, but these errors were encountered: