generated at
Youtubeの埋め込みを小さくするUserCSS
若干小さくする程度
適当に書いたので、比率がおかしくなっても気にしない
style.css
.iframe-video-player:not(.floating) { iframe { width: 99%; max-width: 640px; height: auto; max-height: 360px; aspect-ratio: 16 / 9; } &:hover .control { right: unset; left: min(99% - 24px, 616px); /* calc(min(99%, 640px) - 24px) */ } } strong .iframe-video-player:not(.floating) { iframe { max-width: 99%; max-height: none; } &:hover .control { left: calc(99% - 24px); } }

似たようなの