Skip to content

Commit

Permalink
Desemi
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Sep 6, 2021
1 parent d0a7c84 commit f0adaca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/iframed_page/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ These methods are available in the iFrame via the `window.parentIFrame` object.

```js
if ('parentIFrame' in window) {
parentIFrame.close();
parentIFrame.close()
}
```

Expand Down Expand Up @@ -66,7 +66,7 @@ Manually force iFrame to resize. This method optionally accepts two arguments: *
iFrameResize({
autoResize: false,
sizeWidth: true
});
})
```

Then you can call the `size` method with dimensions:
Expand Down

0 comments on commit f0adaca

Please sign in to comment.