MrBeastify-Youtube icon indicating copy to clipboard operation
MrBeastify-Youtube copied to clipboard

Fixed wide image on shorts

Open itsrn opened this issue 1 year ago • 6 comments

When the extension adds MrBeast to a short's thumbnail, it's way too wide: image I tried to change the styling of the MrBeast image on the short thumbnail, and found the (I hope) perfect settings for it:

top: 123px;
left: -3px;
width: 160%;
height: 50%;
z-index: 0;

which turned the thumbnail to look now like this: image which is way better then before. I modified the code so now it will show as this on shorts, and the normal settings on "normal" sized thumbnails.

itsrn avatar Jul 11 '23 09:07 itsrn