fix: adjust container dimensions to maintain original aspect ratio with 50px height
This commit is contained in:
parent
efd606d0b5
commit
9236538784
@ -93,14 +93,14 @@
|
||||
const style = document.createElement('style');
|
||||
style.textContent = `
|
||||
.plyr__preview-thumb__image-container {
|
||||
width: 85px !important;
|
||||
width: 88px !important;
|
||||
height: 50px !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
.plyr__preview-thumb__image-container img {
|
||||
width: 253px !important;
|
||||
height: 143px !important;
|
||||
transform: scale(0.336) !important;
|
||||
transform: scale(0.35) !important;
|
||||
transform-origin: top left !important;
|
||||
}
|
||||
`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user