Skip to content

Commit

Permalink
fix for thumbnail image being cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Nov 20, 2024
1 parent 24dd510 commit b6d0a82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<mat-cell *matCellDef="let dataset">
<img
src="{{ dataset.pid | thumbnail | async }}"
height="60px"
height="42px"
loading="lazy"
/>
</mat-cell>
Expand Down

0 comments on commit b6d0a82

Please sign in to comment.