fix: simplify CSS to only resize container, preserve original image behavior
This commit is contained in:
parent
9236538784
commit
92984f7b1c
@ -97,12 +97,6 @@
|
|||||||
height: 50px !important;
|
height: 50px !important;
|
||||||
overflow: hidden;
|
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);
|
document.head.appendChild(style);
|
||||||
console.log('Custom styles added for preview thumb image container');
|
console.log('Custom styles added for preview thumb image container');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user