#change picture in picture size

1 messages · Page 1 of 1 (latest)

sharp crane
#

PR:

/* change picture-in-picture size  v2
 * homepage: <[#🎨-css-snippets message](/guild/1015060230222131221/channel/1028106818368589824/p/1028109863915626526/#msg-1113832340381253743)>
 * To resize with mouse, first drag miniplayer to top left */
[class*=pictureInPictureVideo-] {
  /* default values */
  width:  320px;
  height: 180px;
  resize: both;
}```feel free to edit to your liking