Fixes video player cropping issue
Youtube Bad Video Crop Fix by shoaibshakeel381
Details
Authorshoaibshakeel381
LicenseNo License
Categoryyoutube.com
Created
Updated
Size548 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 Youtube Bad Video Crop Fix
@version 20240220.21.46
@namespace shoaibshakeel381
@description Fixes video player cropping issue
@author Wezelkrozum
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-watch-flexy {
--ytd-watch-flexy-max-player-width: inherit;
}
ytd-watch-flexy[flexy]:not([full-bleed-player][full-bleed-no-max-width-columns]) #columns.ytd-watch-flexy {
max-width: calc(1280px + var(--ytd-watch-flexy-sidebar-width) + var(--ytd-margin-6x)*3)
}
}