0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

OBS: Discord StreamKitのVoice Widgetの解像度を上げるカスタムCSS

Posted at

Discord StreamKitのVoice Widgetの解像度を上げる方法を紹介します。

Discord StreamKitのVoice Widgetは、OBSの映像サイズが2560x1440など大きめだと、アイコンや名前が小さくて配信上見えにくくなったり、OBS上で拡大表示すると、ジャギジャギした表示になってしまうことがあります。

OBSでカスタムCSSを用いて、StreamKitの大きさを上げることでこの問題を解決できます。

カスタムCSS

body {
  transform: scale(4);
  transform-origin: left top;
}

CleanShot 2021-08-17 at 09.36.26@2x.png

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?