docs: remove removed autosize attribute (#16884)
Closes #16199 Notes: no-notes
This commit is contained in:
parent
c92233cbc8
commit
7baa218ca9
1 changed files with 0 additions and 13 deletions
|
@ -108,19 +108,6 @@ Assigning `src` its own value will reload the current page.
|
||||||
The `src` attribute can also accept data URLs, such as
|
The `src` attribute can also accept data URLs, such as
|
||||||
`data:text/plain,Hello, world!`.
|
`data:text/plain,Hello, world!`.
|
||||||
|
|
||||||
### `autosize`
|
|
||||||
|
|
||||||
```html
|
|
||||||
<webview src="https://www.github.com/" autosize minwidth="576" minheight="432"></webview>
|
|
||||||
```
|
|
||||||
|
|
||||||
When this attribute is present the `webview` container will automatically resize
|
|
||||||
within the bounds specified by the attributes `minwidth`, `minheight`,
|
|
||||||
`maxwidth`, and `maxheight`. These constraints do not impact the `webview`
|
|
||||||
unless `autosize` is enabled. When `autosize` is enabled, the `webview`
|
|
||||||
container size cannot be less than the minimum values or greater than the
|
|
||||||
maximum.
|
|
||||||
|
|
||||||
### `nodeintegration`
|
### `nodeintegration`
|
||||||
|
|
||||||
```html
|
```html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue