Skip to content

Commit

Permalink
Chore: changed webcam screenshot size
Browse files Browse the repository at this point in the history
  • Loading branch information
da7a90-backup committed Jul 16, 2023
1 parent 2abbed9 commit 9ea33b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Channel/Chat/DrawerEditChannel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
if(ctx !== null){
ctx.drawImage(screenElement, 0, 0, canvas.width, canvas.height);
ctx.globalAlpha = 0.9;
ctx.drawImage(webcamElement, 1400, 650, canvas.width-1400, canvas.height - 650)
ctx.drawImage(webcamElement, 1400, 750, canvas.width-1400, canvas.height - 750)
}
let screenshot = canvas.toDataURL('image/jpeg');
Expand Down

0 comments on commit 9ea33b4

Please sign in to comment.