Skip to content

Commit

Permalink
Fixed stretched dialog images (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarielaTihova authored Feb 3, 2025
1 parent f7cd816 commit 5316775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#imageDialog
isModal="false"
[title]="cell.row.data.productName">
<img [src]="cell.value" width="312px" height="312px" alt="Product View"/>
<img [src]="cell.value" width="312px" alt="Product View"/>
</igx-dialog>
</ng-template>
</igx-column>
Expand Down

0 comments on commit 5316775

Please sign in to comment.