From 92984f7b1cb98cc68d7ecc1461a3a38fa1f69e0d Mon Sep 17 00:00:00 2001 From: Ching L Date: Thu, 4 Dec 2025 01:12:52 +0800 Subject: [PATCH] fix: simplify CSS to only resize container, preserve original image behavior --- sortbylikecount.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sortbylikecount.js b/sortbylikecount.js index a72c7c3..32850ad 100644 --- a/sortbylikecount.js +++ b/sortbylikecount.js @@ -97,12 +97,6 @@ height: 50px !important; overflow: hidden; } - .plyr__preview-thumb__image-container img { - width: 253px !important; - height: 143px !important; - transform: scale(0.35) !important; - transform-origin: top left !important; - } `; document.head.appendChild(style); console.log('Custom styles added for preview thumb image container');