David J. Bradshaw

Results 214 comments of David J. Bradshaw

As a workaround you could do the following when the user switches back to the tab ```js documentGetElementByTagName('iframe').iFrameResizer.resize() ```

Yeah they used to make it really easy to update it. I don't see the option anymore. If you can point me at it, I'll rerun the publish script.

Never used Vue, so not sure what is going on. If you put a simple test case online somewhere I'll take a quick look.

Care to share?

That looks nice and simple, would be great to be able to pass `options` to iframe-resizer via the directive

This is passed to window.postMessage, so is restricted to what the browser supports https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage

I would welcome a PR. One issue is currently the message between frames uses `:` as a field deliminator

It was originally written a decade ago to work in IE8 without libraries. The message format is compatible back to version one, so that the two JS files don’t need...