Screen Share Preview (Resizeable)
Hello,
The other day I was trying to watch my friends stream while also chatting in a text-chat at the same time.
I noticed that the Picture-in-Picture preview is very small. (Especially for those on 4k monitors) A few minutes later I was able to put a quick and dirty fix for the problem by adding the below code into the inspect elements.
See the GIF I attached below that uses the below code.
.pictureInPictureWindow {
min-width: 320px;
min-hight: 180px;
resize: both;
direction: rtl;
}
(I'm happy to let you use my code if you add me to the contributes list LOL)

3
-
So smart, why haven't Discord done this...
1
Yorum yazmak için lütfen oturum açın.
Yorumlar
1 yorum