Skip to content

Commit

Permalink
keep miniature aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Mar 3, 2024
1 parent d78843f commit 0cb6541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/xtable/ImageCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ export default function ImageCell({
<>
<LazyLoadImage
src={error ? notFoundSrc : src}
width={90}
height={90}
// width={100}
height={100}
placeholder={<LoadPlaceholder />}
onClick={() => !error && setShowModal(true)}
className="cursor-pointer"
Expand Down

0 comments on commit 0cb6541

Please sign in to comment.