Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Youtube shadow at the bottom of the video is too small

  • 1 reply
  • 0 have this problem
  • 10 views
  • Last reply by zeroknight

more options

Shadow at the bottom of the video appears squished vertically so I can't see the popular moments graph above the time bar if video itself is way too bright. Cromium based browser (Brave) on the left image, and basically fresh firefox

Shadow at the bottom of the video appears squished vertically so I can't see the popular moments graph above the time bar if video itself is way too bright. Cromium based browser (Brave) on the left image, and basically fresh firefox
Attached screenshots

All Replies (1)

more options

Youtube is discriminating based on useragent, changing it to Chrome makes the background gradient taller like Chrome. Faking useragent should be avoided though as it causes a lot of compatibility issues.

You can get a similar effect with the following userstyle which can be applied with the Stylus extension.

 .ytp-gradient-bottom {
    height: 30% !important;
    background: linear-gradient(transparent,rgba(0,0,0,0.6)) !important;
 }