Merge pull request #5691 from urbit/lf/object-fit

interface: use object-fit:cover
This commit is contained in:
Hunter Miller 2022-04-04 12:30:26 -05:00 committed by GitHub
commit 116b0c540a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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