Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
handellm committed Sep 4, 2024
1 parent 0b1f6e5 commit de44fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/getusermedia/resolution/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pauseVideo.onchange = () => {
} else {
video.play();
}
}
};

const p180Constraints = {
video: {width: {exact: 320}, height: {exact: 180}}
Expand Down

0 comments on commit de44fec

Please sign in to comment.