Fix 1px black border in video thumbnails
This commit is contained in:
parent
3c1fb97c12
commit
646be63895
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ body {
|
|||
|
||||
.video-thumbnail {
|
||||
width: 100%;
|
||||
aspect-ratio: 16 / 9;
|
||||
aspect-ratio: 16 / 8.9;
|
||||
object-fit: cover;
|
||||
border-radius: var(--border-radius) var(--border-radius) 0 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue