Change the video size according to the width.
FC2 Live 4:3 to 16:9 by umi
Details
Authorumi
LicenseCC0 - Public Domain
CategoryFc2Live
Created
Updated
Size368 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name FC2 Live 4:3 to 16:9
@version 20211026.22.01
@namespace userstyles.world/user/umi
@description Change the video size according to the width.
@author umi
@license CC0 - Public Domain
==/UserStyle== */
@-moz-document domain("live.fc2.com") {
body .livePlayer .player #webrtcContent video {
max-height: initial;
}
}