mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Fix image thumbnail cover size
This commit is contained in:
@@ -59,6 +59,9 @@ export function ImageOrBlurhash({
|
||||
? `${intrinsicWidth} / ${intrinsicHeight}`
|
||||
: undefined,
|
||||
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
|
||||
// Preserve aspect ratio
|
||||
backgroundSize: 'cover',
|
||||
backgroundPosition: 'center',
|
||||
|
||||
Reference in New Issue
Block a user