mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
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:
parent
a6e196a0fd
commit
0eb1295f7b
@ -87,7 +87,7 @@ export function RemoteContentImageEmbed(
|
||||
height="192px"
|
||||
maxWidth="192px"
|
||||
width="100%"
|
||||
objectFit="contain"
|
||||
objectFit="cover"
|
||||
borderRadius={2}
|
||||
onError={onError}
|
||||
{...props}
|
||||
|
Loading…
Reference in New Issue
Block a user