David J. Bradshaw

Results 214 comments of David J. Bradshaw

Thinking a bit more there is also a security aspect to think about. This would also need a flag to enable in the iframe. Some applications consider the parent page...

With `taggedElement` the selected element is controlled by the iFrame. If you pass a selector from the parent page, then this is no longer in the direct control of the...

Happy to take a PR for this, can you please add width as well

Not sure how that would differ from the [VueJS example](https://github.com/davidjbradshaw/iframe-resizer/blob/master/docs/use_with/vue.md). But if it is different, I'd be happy to add it to the docs.

This looks like the iframe is being redirected, maybe by a CDN. Have you tried disabling the checkOrigin option? https://github.com/davidjbradshaw/iframe-resizer/blob/master/docs/parent_page/options.md#checkorigin

There is an option to set this in the iframe https://github.com/davidjbradshaw/iframe-resizer/blob/master/docs/iframed_page/options.md

You have a lot of CSS on your iFrame tag. Other than that not really sure. Think you will have more luck on StackOverflow.

I'm React rather than Angular 2. If you get it working please let me know and I'll add something to the docs. I suggest asking StackOverflow.

@gausie I've not tried, but would expect it just to work. It's just a service running in the background on the page. If your using es6/TypeScript then I think you...