fix: simplify CSS to only resize container, preserve original image behavior

This commit is contained in:
Ching L 2025-12-04 01:12:52 +08:00
parent 9236538784
commit 92984f7b1c

View File

@ -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');