diff --git a/sortbylikecount.js b/sortbylikecount.js index c271115..95998c9 100644 --- a/sortbylikecount.js +++ b/sortbylikecount.js @@ -95,6 +95,12 @@ .plyr__preview-thumb__image-container { width: 85px !important; height: 50px !important; + overflow: hidden; + } + .plyr__preview-thumb__image-container img { + width: 85px !important; + height: 50px !important; + object-fit: cover; } `; document.head.appendChild(style);