Skip to content

Commit

Permalink
fix(lib-react-components): thumbnail image sizing
Browse files Browse the repository at this point in the history
Remove the Grommet `fill` prop from thumbnail images, which should fix odd sizing problems in markdown images.
  • Loading branch information
eatyourgreens committed Oct 8, 2024
1 parent e6dc7db commit 5f25352
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/lib-react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- refactor `AnimatedNumber` to fix a bug where deferred values are displayed as 0.
- Style RegisterForm as one column for `small` screensize.
- Project card badges are now circular in Safari.
- `ThumbnailImage` renders tiny images inside markdown tables.

## [1.13.0] 2024-05-17

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export default function ThumbnailImage({
<Image
alt={alt}
fit={fit}
fill
src={imageSrc}
/>
</Box>}
Expand Down

0 comments on commit 5f25352

Please sign in to comment.