diff --git a/getusermedia.html b/getusermedia.html index e173adf1..6382bdd5 100644 --- a/getusermedia.html +++ b/getusermedia.html @@ -4558,7 +4558,7 @@

Methods

width: 1280, height: 720 aspectRatio: 16 / 9, // aspect ratios may not be exactly accurate - resizeMode: {exact: 'none'} // may give native frame rates only + resizeMode: 'none' // gives native frame rates only } }); const [track] = stream.getVideoTracks();