From 7baa218ca904b72b350391adcae4c208562d6e41 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 11 Feb 2019 14:15:15 -0800 Subject: [PATCH] docs: remove removed autosize attribute (#16884) Closes #16199 Notes: no-notes --- docs/api/webview-tag.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/api/webview-tag.md b/docs/api/webview-tag.md index f9d229f392ce..18bcd93d056b 100644 --- a/docs/api/webview-tag.md +++ b/docs/api/webview-tag.md @@ -108,19 +108,6 @@ Assigning `src` its own value will reload the current page. The `src` attribute can also accept data URLs, such as `data:text/plain,Hello, world!`. -### `autosize` - -```html - -``` - -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` ```html