interface: use object-fit:cover

This aligns image embeds with the wishes of the design team, by zooming
and cropping the image to fill the entire container
This commit is contained in:
Liam Fitzgerald 2022-04-04 12:24:16 -05:00
parent a6e196a0fd
commit 0eb1295f7b

View File

@ -87,7 +87,7 @@ export function RemoteContentImageEmbed(
height="192px" height="192px"
maxWidth="192px" maxWidth="192px"
width="100%" width="100%"
objectFit="contain" objectFit="cover"
borderRadius={2} borderRadius={2}
onError={onError} onError={onError}
{...props} {...props}