Skip to content

Commit

Permalink
Fix asset preview being too zoomed in (#7255)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSi authored Dec 27, 2024
1 parent 22c7215 commit e93b38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newIDE/app/src/AssetStore/AssetCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const AssetCard = ({
<CheckeredBackground />
<AssetPreviewImage
assetShortHeader={assetShortHeader}
maxSize={128}
maxSize={size}
loading="lazy"
/>
</div>
Expand Down

0 comments on commit e93b38f

Please sign in to comment.