Merge pull request #9006 from electron/fix-thumbnailSize-doc
fix docs for thumbnailSize
This commit is contained in:
		
				commit
				
					
						10dc08b39b
					
				
			
		
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -60,8 +60,9 @@ The `desktopCapturer` module has the following methods: | |||
| * `options` Object | ||||
|   * `types` String[] - An array of Strings that lists the types of desktop sources | ||||
|     to be captured, available types are `screen` and `window`. | ||||
|   * `thumbnailSize` Object (optional) - The suggested size that the media source | ||||
|     thumbnail should be scaled to, defaults to `{width: 150, height: 150}`. | ||||
|   * `thumbnailSize` Object (optional) - The size that the media source thumbnail should be scaled to. | ||||
|     * `width` Integer - Default is `150` | ||||
|     * `height` Integer - Default is `150` | ||||
| * `callback` Function | ||||
|   * `error` Error | ||||
|   * `sources` [DesktopCapturerSource[]](structures/desktop-capturer-source.md) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kevin Sawicki
				Kevin Sawicki