update aspect ratio to reflect cover image size (#17734)
* Prevent cover images from scaling down * Update aspect ratio
This commit is contained in:
parent
d806393642
commit
419a63862d
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
padding-bottom: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
aspect-ratio: auto 650 / 275;
|
||||
aspect-ratio: auto 650 / 273;
|
||||
object-fit: scale-down;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue