Skip to content

Commit

Permalink
[docs] Update ImgMediaCard demo
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 4, 2019
1 parent 697350e commit a0adbc3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/src/pages/demos/cards/ImgMediaCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ const styles = createStyles({
card: {
maxWidth: 345,
},
media: {
// ⚠️ object-fit is not supported by IE 11.
objectFit: 'cover',
},
});

export interface Props extends WithStyles<typeof styles> {}
Expand All @@ -29,7 +25,6 @@ function ImgMediaCard(props: Props) {
<CardMedia
component="img"
alt="Contemplative Reptile"
className={classes.media}
height="140"
image="/static/images/cards/contemplative-reptile.jpg"
title="Contemplative Reptile"
Expand Down

0 comments on commit a0adbc3

Please sign in to comment.