Skip to content

Instantly share code, notes, and snippets.

@RazerMoon
Created April 23, 2020 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RazerMoon/5d0d2b5a629a9119a47eb4e00f24093a to your computer and use it in GitHub Desktop.
Save RazerMoon/5d0d2b5a629a9119a47eb4e00f24093a to your computer and use it in GitHub Desktop.
Changes the size of the webcam preview window in settings, because it is hella small by default.
/* Webcam Size Changer Snippet */
/* By RazerMoon */
.userSettingsVoice-iwdUCU .media-engine-video {
height: 405px !important;
width: 720px !important;
}
.userSettingsVoice-iwdUCU .previewContainer-37c2Si {
position: relative;
overflow: visible;
height: 405px;
width: 720px;
}
.theme-dark .userSettingsVoice-iwdUCU .previewOverlay-2O7_KC {
border-color: transparent;
}
.userSettingsVoice-iwdUCU .previewOverlay-2O7_KC {
height: auto;
width: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment