diff --git a/sortbylikecount.js b/sortbylikecount.js index 32850ad..3b7ada7 100644 --- a/sortbylikecount.js +++ b/sortbylikecount.js @@ -97,6 +97,10 @@ height: 50px !important; overflow: hidden; } + .plyr__preview-thumb__image-container img { + transform: scale(0.35) !important; + transform-origin: top left !important; + } `; document.head.appendChild(style); console.log('Custom styles added for preview thumb image container');