Skip to content

Commit

Permalink
Improve image sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic authored Nov 15, 2024
1 parent 7619bfc commit 3122756
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<ng-container matColumnDef="thumbnail">
<th mat-header-cell cdkDrag *matHeaderCellDef>Thumbnail </th>
<td mat-cell *matCellDef="let row"><img [src]="getImage(row.thumbnail)" style="height: 100%;"/> </td>
<td mat-cell *matCellDef="let row"><img [src]="getImage(row.thumbnail)"/> </td>
</ng-container>

<ng-container matColumnDef="actions">
Expand Down

0 comments on commit 3122756

Please sign in to comment.